-
Notifications
You must be signed in to change notification settings - Fork 18
/
Copy path.gitignore
44 lines (43 loc) · 871 Bytes
/
.gitignore
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
35
36
37
38
39
40
41
42
43
44
.gcp
.env
._env
.__env
pavelzagalsky_pythonanywhere_com_wsgi.py
.idea
.DS_Store
*.log
trolley.log
docker-compose.yml
*.ini
config.ini
# front
web/front/node_modules
web/front/.pnp
web/front/.pnp.js
web/front/build
web/front/.DS_Store
web/front/.env.local
web/front/.env.development.local
web/front/.env.test.local
web/front/.env.production.local
web/front/npm-debug.log*
web/front/yarn-debug.log*
web/front/yarn-error.log*
web/test.py
web/front/src/components/mockdata.json
web/scripts/__pycache__
web/static/script.js
.config
deployment_utils/.config
web/__pycache__/
web/mongo_handler/__pycache__/
web/variables/__pycache__/
web/scripts/__pycache__/
web/scripts/__pycache__/aws_discovery_script.cpython-310.pyc
web/scripts/__pycache__/gcp_discovery_script.cpython-310.pyc
web/gcp_credentials.json
web/scripts/gcp_credentials.json
mongo-volume/
*.wepb
*.pyc
thumbnail*