Tweak gitignore
This commit is contained in:
parent
65b56873ab
commit
ab6d8e8fa3
1 changed files with 5 additions and 3 deletions
8
.gitignore
vendored
8
.gitignore
vendored
|
@ -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
|
Loading…
Reference in a new issue