aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
blob: 1d6e284f618f22a9081c3f5c7107df71714e91d7 (plain) (blame)
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
# Mac
.DS_Store

# Eclipse
.classpath
.project
.settings/

# Intellij
.idea/
.idea_modules/
*.iml
*.iws
*.class
*.log

# mvn specific
target
dependency-reduced-pom.xml

#python files
*.pyc


#Application specific
*.pid
src/main/resources/profile.json
src/main/resources/toree-gateway.properties