mirror of
https://github.com/thepigeongenerator/www.thepigeongenerator.xyz.git
synced 2025-12-16 22:55:45 +01:00
initialize project
This commit is contained in:
15
.gitignore
vendored
Normal file
15
.gitignore
vendored
Normal file
@@ -0,0 +1,15 @@
|
||||
# ignore all dotfiles
|
||||
.*
|
||||
|
||||
# unignore specific dotfiles
|
||||
!.gitignore
|
||||
!.editorconfig
|
||||
!/.github/
|
||||
|
||||
# ignore specific files
|
||||
*.js
|
||||
*.lock
|
||||
/package-lock.json
|
||||
/out/
|
||||
/web/js/
|
||||
/node_modules/
|
||||
Reference in New Issue
Block a user