mirror of
https://github.com/thepigeongenerator/www.thepigeongenerator.xyz.git
synced 2025-12-16 06:45:44 +01:00
17 lines
194 B
Plaintext
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/
|