forked from jtalks-org/jcommune
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitignore
40 lines (34 loc) · 820 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
# Please keep in mind:
# - If you need to ignore files on your local machine only, please use .git/info/exclude instead .gitignore
# - Project specified ignore rules must be located in project directory only
# Eclipse project files
.settings
.classpath
.project
.metadata
.mymetadata
.springBeans
.gradle
# IntelliJ Idea project files
.idea
*.iml
*.ipr
*.iws
*.war
*.jar
#log files
*.log
# Netbeans project files
nbproject
# Always ignore these directories/files
target
logs
/jcommune-view/jcommune-web-controller/test-output
/jcommune-model/test-output
/jcommune-service/test-output
/jcommune-view/jcommune-web-view/test-output
/jcommune-view/jcommune-web-controller/bin
/jcommune-view/jcommune-web-view/bin
/jcommune-view/jcommune-web-view/src/main/webapp/resources/wro
/jcommune-service/bin
/jcommune-model/bin