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
*.pyc
*\#
*~
.*.swp
.DS_Store
.build
.coverage
.mypy_cache
.pytype
__pycache__
anki/buildhash.py
aqt/forms
locale
tools/runanki.system
anki/buildhash.py
.mypy_cache
.pytype
.build
ts/node_modules
web/deckbrowser.js
web/editor.js
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