Tweak gitignore

This commit is contained in:
Sangelo 2023-10-05 10:09:48 +02:00
parent 65b56873ab
commit ab6d8e8fa3

8
.gitignore vendored
View file

@ -1,6 +1,5 @@
# Ignore build directories # Ignore build directory
build/ build/
dist/
# Nim cache and generated files # Nim cache and generated files
nimcache/ nimcache/
@ -12,7 +11,7 @@ nimcache/
*.dylib *.dylib
*.exe *.exe
# Ignore specific NimScript files, but not config.nims # Ignore NimScript files
*.nims *.nims
# Ignore VS Code settings # Ignore VS Code settings
@ -32,6 +31,9 @@ nimcache/
# If using nimpretty for code formatting # If using nimpretty for code formatting
.nimpretty.cfg .nimpretty.cfg
# Ignore MacOS .DS_Store files
.DS_Store
# Exclude project files # Exclude project files
!config.nims !config.nims
!dashinit.nimble !dashinit.nimble