-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
51 lines (40 loc) · 872 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
50
51
# Extracted from https://github.com/ulrich/macaron-factory/blob/master/.gitignore
# Ignore all dotfiles...
.*
# except for .gitignore
!.gitignore
# exclude SVN files
\.svn
\_svn
# Ignore Play! working directory #
webservice/logs
webservice/target
webservice/project/project
webservice/project/target
webservice/bin
websevice/dist
webservice/RUNNING_PID
# Ignore local h2 database temp files
webservice/data/ideasba.lock.db
webservice/data/ideasba.trace.db
# Ignore local h2 database files
# webservice/data
# Ignore openshift deployment folder
openshift
# Ignore secrets.* files (files with applications tokens and secretes) #
secrets.*
# Ignore tmp folder
/tmp
# Ignore worksheet files
*.sc
# Ignore sublime project
*.sublime-project
*.sublime-workspace
# Ignore Eclipse Files
.project
.metadata
.classpath
.settings/
.loadpath
.externalToolBuilders/
*.launch