-
Notifications
You must be signed in to change notification settings - Fork 96
/
.gitignore
50 lines (39 loc) · 1.04 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
# 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
luthier/src/test/resources/snapshots
# For all file that we don't want to keep a version control, we
# ignore them. If any *Config.json contains important information,
# we do not add it to this list.
# example: luthier/src/test/resources/example.json
luthier/tmp
# 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