mirror of
https://github.com/ankitects/anki.git
synced 2025-09-18 14:02: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
|
||||
*.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
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