cli/.gitignore
2023-12-02 01:26:06 +01:00

40 lines
446 B
Plaintext

# Ignore build directory
build/
# Nim cache and generated files
nimcache/
*.nimble-link
*.nim.cfg
*.nimble
*.so
*.dll
*.dylib
*.exe
# Ignore NimScript files
*.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
# Ignore MacOS .DS_Store files
.DS_Store
# Exclude project files
!config.nims
!dashinit.nimble