-
Notifications
You must be signed in to change notification settings - Fork 2
/
.gitignore
66 lines (63 loc) · 1.19 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
/target
.cpcache
/pkg/
/__files/
/presentation/target/
/presentation/auto/
/presentation/_minted-*/
/presentation/demo/*/external
/presentation/demo/*/degasolv-lock.txt
/presentation/demo/pyfrontend/ve/
/presentation/demo/pyfrontend/external/
/presentation/demo/pyfrontend/product/
/presentation/demo/nas/
/artifactory-plugin/*.dscard
/artifactory-plugin/*.dsrepo
/artifactory-plugin/*.jar
/docs/_build/
/docs/_static/
/docs/_template/
/.nrepl-history
/test-data/
/test/resources/data/test-install-graph/
/test/resources/data/grill/
/test/resources/data/meta/
/test/resources/data/test-index-sort-order/
/test/resources/data/test-env-vars/
/test/resources/data/test-json-config/
/test/resources/data/test-list-strat/
/test/resources/data/test-option-packs/
/test/resources/data/test-query-output-format/
/test/resources/data/test-output-format/
/test/resources/data/test-search-strat/
/test/resources/data/test-version-comparison/
/test/resources/test-data/
/buildutils/boot
/degasolv-*-standalone
/*.dscard
/*.dsrepo
/classes
/checkouts
pom.xml
pom.xml.asc
*.jar
*.class
*.deb
*.rpm
/.lein-*
/.nrepl-port
.hgignore
.hg/
/.ve/
build.xml
*.zip
cmake/
*.so
# Vagrant
.vagrant/
# editor files
.#*
.*#
\#*
*~
.*.sw[a-z]