Skip to content

Commit

Permalink
Move submodule into base directory, and add a symlink in web/
Browse files Browse the repository at this point in the history
  • Loading branch information
hgiesel committed Jan 27, 2022
1 parent 374ff8f commit 647b0fb
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 5 deletions.
11 changes: 9 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
__pycache__
# General
.DS_Store

# Anki
meta.json
*ankiaddon
*.ankiaddon

# Python
__pycache__

# NPM / Typescript
node_modules
yarn-error.log
4 changes: 2 additions & 2 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[submodule "web/anki"]
path = web/anki
[submodule "anki"]
path = anki
url = [email protected]:ankitects/anki.git
1 change: 1 addition & 0 deletions anki
Submodule anki added at 298cf8
1 change: 0 additions & 1 deletion web/anki
Submodule anki deleted from 534522
1 change: 1 addition & 0 deletions web/anki

0 comments on commit 647b0fb

Please sign in to comment.