-
Notifications
You must be signed in to change notification settings - Fork 23
/
.gitignore
104 lines (90 loc) · 1.14 KB
/
.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
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
# python byte-compiled / optimized / DLL files
__pycache__/
*.py~
*.py[cod]
*$py.class
# js backups
*.js~
server/*.spec.js
# C extensions
*.so
# IDEs and editors
*.launch
.classpath
.dir-locals.el
.emacs.desktop
.emacs.desktop.lock
.lock-wscript
.idea
.project
.pydevproject
.settings
.vscode
# distribution / packaging / virtualenvs
*.egg
.eggs/
.grunt
bower_components
eggs
build/Release
node_modules
# installer logs
pip-log.txt
# flask stuff:
instance/
.webassets-cache
# Jupyter Notebook
.ipynb_checkpoints
notebooks
# tests / coverage reports
*.cover
.cache
.coverage
.coverage.*
.hypothesis/
.eslintcache
.noseids
.nox/
.npm
.pytest_cache/
.python-version
.tox/
coverage.xml
log.md
htmlcov/
nosetests.xml
test-reports
# environments
.env
.venv
env/
venv/
ENV/
n6-env/
env.bak/
venv.bak/
env_py3k/
# logs, runtime data
*.log
*.pid
*.seed
*.sqlite
logs
pids
# n6 stuff
[Nn]6*.egg-info/
/N6Portal/*.ini~
/N6Portal/*_local.ini
/N6RestApi/*.ini~
/N6RestApi/*_local.ini
/N6*/build/
/N6*/dist/
/N6*/docs/build/
# docs builds
docs/_build/
site/
# n6 data on docker runtime
volume
# n6portal stuff
N6Portal/react_app/build/
N6Portal/react_app/coverage/