Files
www.thepigeongenerator.xyz/.gitignore
2025-05-27 12:47:18 +02:00

17 lines
194 B
Plaintext

# ignore all dotfiles
.*
# unignore specific dotfiles
!.gitignore
!.editorconfig
!.clang-format
!/.github/
# ignore specific files
*.js
*.lock
/package-lock.json
/out/
/web/js/
/node_modules/