-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.gitignore
More file actions
46 lines (38 loc) · 756 Bytes
/
.gitignore
File metadata and controls
46 lines (38 loc) · 756 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
35
36
37
38
39
40
41
42
43
44
45
46
*.py[cod]
*$py.class
data/db/*
data/userfiles/*
!data/userfiles/.gitkeep
data/projects/knoweng/demo_files
data/projects/knoweng/networks
data/projects/knoweng/pipeline_readmes
data/projects/mmbdb/*
data/projects/hello_world/*
# user-generated environment variables for Docker
docker-compose-user.yml
# linter
lint.txt
# the linter generates this maybe?
.coverage
# Sphinx
docs/generated/*
!docs/generated/conf.py
# client
client/node_modules
client/dist
client/reports
client/index.html
client/system.cachebuster.json
# client logs
client-debug.log
#vi
**/*.swp
# Certificates and keys
**/*.pem
**/*.key
**/*.crt
**/*.cert
**/*.info
# Include default self-signed certs in scm
!nest_flask_etc/nginx/ssl/nginx.crt
!nest_flask_etc/nginx/ssl/nginx.key