.hgignore
This commit is contained in:
parent
bb57c9e087
commit
ef034b02ff
3 changed files with 17 additions and 1 deletions
15
hg/hgignore
Normal file
15
hg/hgignore
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
syntax: glob
|
||||
|
||||
\#*\#
|
||||
*~
|
||||
*.swp
|
||||
|
||||
.mypy_cache/
|
||||
__pycache__/
|
||||
venv/
|
||||
|
||||
node_modules/
|
||||
package-lock.json
|
||||
|
||||
.ignore
|
||||
.root
|
||||
Loading…
Add table
Add a link
Reference in a new issue