Ignoring more junk
This commit is contained in:
parent
f5a77650a0
commit
65879a3e7b
1 changed files with 15 additions and 5 deletions
20
.gitignore
vendored
20
.gitignore
vendored
|
@ -1,13 +1,23 @@
|
||||||
*.log
|
|
||||||
*.pyc
|
|
||||||
*.pyo
|
|
||||||
.DS_Store
|
.DS_Store
|
||||||
.cache
|
.cache
|
||||||
|
.dev
|
||||||
|
.dev
|
||||||
.idea
|
.idea
|
||||||
|
/**/#*
|
||||||
|
/**/*.egg-info
|
||||||
|
/**/*.log
|
||||||
|
/**/*.pyc
|
||||||
|
/**/*.pyc
|
||||||
|
/**/*.pyo
|
||||||
|
/**/.#*
|
||||||
|
/**/.mypy*
|
||||||
/**/__pychache__
|
/**/__pychache__
|
||||||
/**/_build
|
/**/_build
|
||||||
/**/_public
|
/**/_public
|
||||||
|
/**/build
|
||||||
|
/**/dist
|
||||||
|
/**/node_modules
|
||||||
bazel-*
|
bazel-*
|
||||||
tmp/
|
|
||||||
public/
|
|
||||||
projects/public-dns/config.yml
|
projects/public-dns/config.yml
|
||||||
|
public/
|
||||||
|
tmp/
|
||||||
|
|
Loading…
Reference in a new issue