mirror of
https://github.com/ankitects/anki.git
synced 2025-09-18 22:12:21 -04:00
use single .gitignore file
This commit is contained in:
parent
c15f71071e
commit
901c285a12
5 changed files with 15 additions and 16 deletions
21
.gitignore
vendored
21
.gitignore
vendored
|
@ -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
1
designer/.gitignore
vendored
|
@ -1 +0,0 @@
|
||||||
.DS_Store
|
|
1
designer/icons/.gitignore
vendored
1
designer/icons/.gitignore
vendored
|
@ -1 +0,0 @@
|
||||||
/.directory
|
|
2
ts/.gitignore
vendored
2
ts/.gitignore
vendored
|
@ -1,2 +0,0 @@
|
||||||
node_modules
|
|
||||||
.buildinfo
|
|
6
web/.gitignore
vendored
6
web/.gitignore
vendored
|
@ -1,6 +0,0 @@
|
||||||
webview.js
|
|
||||||
deckbrowser.js
|
|
||||||
overview.js
|
|
||||||
reviewer-bottom.js
|
|
||||||
reviewer.js
|
|
||||||
editor.js
|
|
Loading…
Reference in a new issue