10 lines
85 B
Plaintext
10 lines
85 B
Plaintext
|
|
.git
|
||
|
|
.gitignore
|
||
|
|
node_modules
|
||
|
|
**/node_modules
|
||
|
|
backend/data
|
||
|
|
data
|
||
|
|
*.db
|
||
|
|
*.db-*
|
||
|
|
.DS_Store
|