-
Notifications
You must be signed in to change notification settings - Fork 12
Expand file tree
/
Copy path.gitignore
More file actions
43 lines (33 loc) · 703 Bytes
/
.gitignore
File metadata and controls
43 lines (33 loc) · 703 Bytes
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
# Extracted from https://github.com/ulrich/macaron-factory/blob/master/.gitignore
# Ignore all dotfiles...
.*
# except for .gitignore
!.gitignore
# exclude SVN files
\.svn
\_svn
# ignore zip backup files
*.zip
*.rar
# ignore helper scripts
after-commit.sh
before-commit.sh
# Ignore Play! working directory #
webservice/logs
webservice/target
webservice/project/project
webservice/project/target
webservice/bin
# websevice/dist ##commit to github
webservice/RUNNING_PID
# Ignore openshift deployment folder
openshift
# Ignore tmp folder
/tmp
# ignore minapp folder
minapp
# ignore tutorial demos
webapp/js/tmp/require*
# ignore sublime project file
*.sublime-project
*.sublime-workspace