Fix overwritte gitignore file #git
This commit is contained in:
30
git/.gitignore_global
Normal file
30
git/.gitignore_global
Normal file
@ -0,0 +1,30 @@
|
||||
# After symlinking this to your home dir, run:
|
||||
# > git config --global core.excludesfile ~/.gitignore
|
||||
.envrc
|
||||
.ropeproject
|
||||
flower
|
||||
group_vars_prod
|
||||
service-dtld
|
||||
dtld-test.ini
|
||||
pypicloud
|
||||
*.backup
|
||||
.dir-locals.el
|
||||
__pycache))
|
||||
*.pyc
|
||||
*.DS_Store
|
||||
GTAGS
|
||||
GRTAGS
|
||||
GPATH
|
||||
elation/test_lib
|
||||
.tern-port
|
||||
cscope.out
|
||||
test-reports/
|
||||
test_el8_dev.db
|
||||
package-lock.json
|
||||
.pyenv-version
|
||||
.mypy_cache
|
||||
.venv
|
||||
.rest
|
||||
._*
|
||||
.stignore
|
||||
local-config.diff
|
||||
Reference in New Issue
Block a user