-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
executable file
·82 lines (67 loc) · 1021 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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
secrets.py
__pycache__/
/.vscode/
wget-log
/static/*
CAR/media/*
.idea/
/Test_DB_files/*
*.csv
# Ignore db files including Redis (rdb)
*.db
*.rdb
# Ignore Opentrons protocol files
CAR/output/*
# Ignore .env files
#.*env
Deploy_compare
# Ignore crypt-key
crypt-key
# Ignore compiled main.js
CAR/frontend/static/frontend/main.js
boilerplatenotes.txt
# Ignore log file
CAR/logs/*
# Django / React / Webpack stuff
CAR/backend/migrations/*
venv/*
db.sqlite3
*.pyc
webpack-stats.json
assets/bundles
local_settings.py
# Jupyter Notebook
.ipynb_checkpoints
*/Notebooks/*
# Webpack
/frontend/bundles/*
/frontend/webpack_bundles/*
/webpack-stats.json
/jquery-webpack-stats.json
# Logs
logs
.npm
*.log
npm-debug.log*
# Output of 'npm pack'
*.tgz
# Unit test / coverage reports
htmlcov/
.tox/
.nox/
.coverage
.coverage.*
.cache
nosetests.xml
coverage.xml
*.cover
*.py,cover
.hypothesis/
.pytest_cache/
pytestdebug.log
### react ###
.DS_*
**/*.backup.*
**/*.back.*
node_modules
CAR/frontend/static/frontend/main.js