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/
|
||||
dist/
|
||||
|
||||
# Nim cache and generated files
|
||||
nimcache/
|
||||
|
@ -12,7 +11,7 @@ nimcache/
|
|||
*.dylib
|
||||
*.exe
|
||||
|
||||
# Ignore specific NimScript files, but not config.nims
|
||||
# Ignore NimScript files
|
||||
*.nims
|
||||
|
||||
# Ignore VS Code settings
|
||||
|
@ -32,6 +31,9 @@ nimcache/
|
|||
# If using nimpretty for code formatting
|
||||
.nimpretty.cfg
|
||||
|
||||
# Ignore MacOS .DS_Store files
|
||||
.DS_Store
|
||||
|
||||
# Exclude project files
|
||||
!config.nims
|
||||
!dashinit.nimble
|
Loading…
Reference in a new issue