forked from opensearch-project/security
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
49 lines (46 loc) · 980 Bytes
/
.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
smoketests/
target/
test-output/
kibana*/
logstash*/
deploy_all.sh
*.log
.externalToolBuilders
maven-eclipse.xml
plugin-descriptor.properties
## eclipse ignores (use 'mvn eclipse:eclipse' to build eclipse projects)
## The only configuration files which are not ignored are certain files in
## .settings (as listed below) since these files ensure common coding
## style across Eclipse and IDEA.
## Other files (.project, .classpath) should be generated through Maven which
## will correctly set the classpath based on the declared dependencies.
.project
.classpath
eclipse-build
*/.project
*/.classpath
*/eclipse-build
/.settings/
!/.settings/org.eclipse.core.resources.prefs
!/.settings/org.eclipse.jdt.core.prefs
!/.settings/org.eclipse.jdt.ui.prefs
!/.settings/org.eclipse.jdt.groovy.core.prefs
bin
opensearch-*/
.DS_Store
data/
puppet/.vagrant
test.sh
.vagrant/
.idea/
*.iml
IML
.vscode/
out/
# gradle
build/
gradle-build/
.gradle/
# nodejs
node_modules/
package-lock.json