cli/.gitignore

40 lines
446 B
Text
Raw Permalink Normal View History

2023-10-05 08:09:48 +00:00
# Ignore build directory
2023-10-05 07:34:44 +00:00
build/
# Nim cache and generated files
nimcache/
*.nimble-link
*.nim.cfg
*.nimble
*.so
*.dll
*.dylib
*.exe
2023-10-05 08:09:48 +00:00
# Ignore NimScript files
2023-10-05 07:34:44 +00:00
*.nims
# Ignore VS Code settings
.vscode/
# Logs and databases
*.log
*.lst
*.db
# Ignore any temporary files
*.tmp
*.swp
*.bak
*~
# If using nimpretty for code formatting
.nimpretty.cfg
2023-10-05 08:09:48 +00:00
# Ignore MacOS .DS_Store files
.DS_Store
2023-10-05 07:34:44 +00:00
# Exclude project files
!config.nims
2023-12-02 00:26:06 +00:00
!dashinit.nimble