mirror of
https://github.com/foomo/contentfultree.git
synced 2025-10-16 12:25:41 +00:00
26 lines
182 B
Plaintext
26 lines
182 B
Plaintext
.*
|
|
*.gz
|
|
*.pem
|
|
*.zip
|
|
*.tar
|
|
*.log
|
|
*.out
|
|
/tmp/
|
|
|
|
## Git
|
|
!.gitkeep
|
|
!.gitignore
|
|
|
|
## GitHub
|
|
!.github/
|
|
|
|
## Editorconfig
|
|
!.editorconfig
|
|
|
|
## Husky
|
|
!.husky/
|
|
!.husky.yaml
|
|
|
|
## Node
|
|
node_modules/
|