Files
www.thepigeongenerator.xyz/.gitignore
2025-05-27 10:48:17 +02:00

16 lines
179 B
Plaintext

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