use single .gitignore file

This commit is contained in:
Damien Elmes 2019-12-18 21:06:24 +10:00
parent c15f71071e
commit 901c285a12
5 changed files with 15 additions and 16 deletions

21
.gitignore vendored
View file

@ -1,13 +1,22 @@
*.pyc
*~
*.mo *.mo
*.pyc
*\# *\#
*~
.*.swp .*.swp
.DS_Store
.build
.coverage .coverage
.mypy_cache
.pytype
__pycache__
anki/buildhash.py
aqt/forms aqt/forms
locale locale
tools/runanki.system tools/runanki.system
anki/buildhash.py ts/node_modules
.mypy_cache web/deckbrowser.js
.pytype web/editor.js
.build web/overview.js
web/reviewer-bottom.js
web/reviewer.js
web/webview.js

1
designer/.gitignore vendored
View file

@ -1 +0,0 @@
.DS_Store

View file

@ -1 +0,0 @@
/.directory

2
ts/.gitignore vendored
View file

@ -1,2 +0,0 @@
node_modules
.buildinfo

6
web/.gitignore vendored
View file

@ -1,6 +0,0 @@
webview.js
deckbrowser.js
overview.js
reviewer-bottom.js
reviewer.js
editor.js