-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path.gitignore
74 lines (60 loc) · 1.09 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
# project specific
node_modules/
package-lock.json
**/package-lock.json
**/node_modules
# dotenv environment variables file
.env
.env.test
**/**/envVarFile
**/**/env
**/**/secrets.json
# parcel-bundler cache (https://parceljs.org/)
.cache
# vuepress build output
.vuepress/dist
# Mac
.DS_Store
**/**/.DS_Store
# Local DBs
**/**/db
# Rest
**/**/*.log
# Fuseki
mockDB/old-fuseki/
mockDB/fuseki/shiro.ini
mockDB/fuseki/backups/
mockDB/fuseki/databases/
mockDB/fuseki/logs/
mockDB/fuseki/system/
mockDB/fuseki/system_files/
mockDB/fuseki/templates/
mockDB/fuseki/log4j2.properties
mockDB/materialsmine_backup/
mockDB/fuseki/files/
mockDB/fuseki/
sparqlqueries.html
#Sync DB
mockDB/restore/mongodump/
mockDB/materialsmine_backup/
whyis/materialsmine/whyis-init.sh
mockDB/whyis-init.sh
#Elastic Search
mockDB/es/
#Min.io
mockDB/minio/
#Whyis && Managed Services
**/**/__pycache__/
**/**/celerybeat-schedule.db
**/**/gs.config*
**/**/mongo.config*
# Ignore coverage
app/coverage
resfulservice/coverage
resfulservice/.nyc_output
# Ignore old service files
old_services
venv/
__pycache__/
sparqlqueries.html
trash