-
Notifications
You must be signed in to change notification settings - Fork 246
/
.gitignore
54 lines (51 loc) · 1.02 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
**/bin
# Don't ignore the scripts bin dirs
!**/datawave-quickstart/bin/
!**/ingest-scripts/src/**/bin/
!**/application/src/main/wildfly/overlay/bin
!**/web-services/deploy/application/src/main/wildfly/overlay/bin
!**/web-services/examples/http-client/bin
**/*.env
**/*.iml
**/*.orig
**/*.prefs
**/.classpath
**/.idea
**/.project
**/.settings
**/lib
**/.idea?
*.iml
**/*.prefs
*.o
*.orig
*~
.*.swp
.classpath
.idea
.project
.settings
atlassian-ide-plugin.xml
phantomjsdriver.log
!**/web-services/deploy/application/src/main/wildfly/overlay/modules/org/apache/hadoop/common/main/lib
nb-configuration.xml
nbactions.xml
nbproject/
**/properties/git.properties
**/properties/*-passwords.properties
assemble/datawave/src/main/assembly/*-passwords.properties
ingest/DataWaveIngestProcessor/.classpath
**/src/test/resources/.cache
tags
target
target/
**/target/
**/logs/
**/.factorypath
.vscode
.DS_Store
web-services/geoserver/geoserver-application/overlays/
services/sample_configuration/*-dev.yml
/.metadata/
/.dockerignore
/.maven-dockerignore