init
This commit is contained in:
13
.gitignore
vendored
Normal file
13
.gitignore
vendored
Normal file
@@ -0,0 +1,13 @@
|
||||
# top level
|
||||
.vscode
|
||||
.DS_Store
|
||||
.git
|
||||
|
||||
# shared backend and frontend
|
||||
*/.DS_Store
|
||||
*/node_modules
|
||||
*/package-lock.json
|
||||
*/.env
|
||||
|
||||
# backend
|
||||
backend/data/anki/decks/*
|
||||
Reference in New Issue
Block a user