-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
34 lines (30 loc) · 721 Bytes
/
.gitignore
File metadata and controls
34 lines (30 loc) · 721 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
web/backend/node_modules/
web/frontend/node_modules/
web/frontend/.pnp
web/frontend/.pnp.js
web/backend/data/users.db
web/backend/tests/
# testing
web/frontend//coverage
# production
web/frontend//build
# misc
web/frontend/.DS_Store
web/frontend/.env.local
web/frontend/.env.development.local
web/frontend/.env.test.local
web/frontend/.env.production.local
web/frontend/npm-debug.log*
web/frontend/yarn-debug.log*
web/frontend/yarn-error.log*
web/static/node_modules
web/static/data
# =========================================================
#
# =========================================================
app/node_modules/
app/android/app/build/
app/android/app/.cxx/
app/android/build/
app/android/.gradle/
app/ios/