Files
luxcollection/.gitignore
2025-10-01 12:39:28 +02:00

52 lines
545 B
Plaintext

# Nim compiler cache
nimcache/
nimcache_*/
nimcache.*
# Nimble package manager cache and build metadata
nimblecache/
nimbledeps/
*.nimbledir/
*.nimblecache
*.nims.lock
*.nimsbak
# Build outputs
bin/
build/
htmldocs/
jsondocs/
# Compiled binaries and objects
*.exe
*.dll
*.lib
*.obj
*.o
*.so
*.dylib
*.a
*.pdb
*.ilk
*.map
# Logs and temporary files
*.log
*.out
*.err
*.tmp
*.temp
# Editor and tool artifacts
*.swp
*~
.DS_Store
Thumbs.db
.idea/
.vscode/
project.nimcache/
# Files without extensions (propably binaries)
**/[^./]*
!**/[^./]*/