forked from SciCatProject/backend-v3
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
52 lines (51 loc) · 692 Bytes
/
.gitignore
File metadata and controls
52 lines (51 loc) · 692 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
47
48
49
50
51
52
*.local.js
*.development.js*
*.staging.js*
*.production.js*
*.qa.js*
*.csv
*.dat
*.iml
*.log
*.out
*.pid
*.seed
*.sublime-*
*.swo
*.swp
*.tgz
*.xml
.DS_Store
.idea
.project
.strong-pm
coverage
node_modules
npm-debug.log
server/pass
server/admin
server/ingestor
server/archiveManager
server/proposalIngestor
server/providers.json
server/datasources.json
server/datacite.json
server/functionalAccounts.json
CI/PSI/envfiles/*
CI/PSI/catamel-psiconfig/
CI/PSI/catamel-psisecrets/
client/api/angular2
client/api/python
test/config/settings.json
mongodb/
rabbitmq/
.env
cmd.sh
Thumb.jpg
stop.sh
mongo.sh
mongo.js
doiconfig.local.json
server/config.local.json
# VS Code workspace settings
.vscode/