forked from yahoo/fili
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
43 lines (33 loc) · 794 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
# Eclipse project files that we don't want to include
.project
.classpath
.settings
.checkstyle
.pydevproject
# IntelliJ IDEA project files that we don't want to include
.idea/libraries/*.xml
.idea/workspace.xml
.idea
*.iml
# Build artifacts get put in these folder. Never include build artifacts
target
out
# Ignore generated jars
*-system-config-*.jar
# Remnants of conflicts should be ignored as well
*.orig
# Local config file should be ignored
userConfig.properties
# Stacktrace dumps should be ignored
stacktrace.log
# OSX file system info files should be ignored
*.DS_Store
# Snapshot pom.xml should not go into git
snapshot-pom.xml
# Clover's local files and also coverage report
.clover
report
/target
/checkstyle-style-local.xml
# Binary avro files should be ignored
*.avro