14 lines
157 B
Plaintext
14 lines
157 B
Plaintext
# top level
|
|
.vscode
|
|
.DS_Store
|
|
.git
|
|
|
|
# shared backend and frontend
|
|
*/.DS_Store
|
|
*/node_modules
|
|
*/package-lock.json
|
|
*/.env
|
|
|
|
# backend
|
|
backend/data/anki/decks/*
|