forked from IQSS/dataverse
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
62 lines (55 loc) · 1.1 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
nb-configuration.xml
target
infer-out
nbactions.xml
.settings
.classpath
.project
michael-local
GPATH
GTAGS
GRTAGS
# OS generated files #
######################
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db
.vagrant
*.pyc
*.swp
scripts/api/py_api_wrapper/demo-data/*
scripts/api/py_api_wrapper/test_data/*
scripts/api/py_api_wrapper/local-data/*
doc/sphinx-guides/build
faces-config.NavData
src/main/java/BuildNumber.properties
scripts/installer/dvinstall.zip
scripts/installer/dvinstall/
/nbproject/
oauth-credentials.md
/src/main/webapp/oauth2/newAccount.html
scripts/api/setup-all.sh*
# ctags generated tag file
tags
# dependencies I'm not sure we're allowed to redistribute / have in version control
conf/docker-aio/dv/deps/
# no need to check aoi installer zip into vc
conf/docker-aio/dv/install/dvinstall.zip
# or copy of test data
conf/docker-aio/testdata/
scripts/installer/default.config
*.pem
# do not track IntelliJ IDEA files
.idea
**/*.iml
/bin/
# do not track Visual Studio Code files
.vscode
# ignore UI testing related files
tests/node_modules
tests/package-lock.json
venv