diff options
author | euxane | 2024-11-24 17:17:02 +0100 |
---|---|---|
committer | euxane | 2024-11-24 17:17:02 +0100 |
commit | b9f75cc1014a90e7af3aea76b197d40a043bf513 (patch) | |
tree | fe467bf38e2628fbd48a158fbef5775463fb6161 | |
parent | 350b811a0225c274e330525a5e338667b61e6b4a (diff) | |
download | tickwatch-b9f75cc1014a90e7af3aea76b197d40a043bf513.tar.gz |
gitignore: exclude nim out dirs
-rw-r--r-- | .gitignore | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..41bcc3d --- /dev/null +++ b/.gitignore | |||
@@ -0,0 +1,8 @@ | |||
1 | # ignore binaries | ||
2 | * | ||
3 | !*.* | ||
4 | !*/ | ||
5 | |||
6 | nimcache/ | ||
7 | nimblecache/ | ||
8 | htmldocs/ | ||