123456789101112131415161718192021222324252627282930313233343536 |
- # https://github.com/OPSnet/Gazelle/blob/master/.gitignore
-
- # backup files
- *.bak
- *.sw*
- *~
-
- # home folder
- .DS_Store
- .bash_history
- .cache/
- .config/
- .histfile
- .lesshst
- .local/
- .npm-global/
- .npm/
- .npmrc
- .php_history
- .pki/
- .profile
- .wget-hsts
- .zsh*
- __MACOSX/
-
- # app files
- /cache
- /classes/config.php
- /node_modules
- /vendor
-
- # heavy assets
- /static/common/badges/**
- /static/styles/**/*.css
- /static/styles/assets/fonts/**
- fonts.tgz
|