forked from jtalks-org/poulpe
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitignore
48 lines (39 loc) · 761 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
# 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
# LaTex
*.pdf
*.dvi
*.log
*.out
*.aux
# Eclipse project files
.settings
.classpath
.project
.metadata
.mymetadata
.checkstyle
# IntelliJ Idea project files
.idea
.gradle
*.iml
*.ipr
*.iws
atlassian-ide-plugin.xml
# Netbeans project files
nbproject
# Always ignore these directories/files
target
logs
classes
#Maven version-plugin backup-files ignore
*.versionsBackup
# Maven release plugin files
release.properties
pom.xml.releaseBackup
#test-output
test-output
/poulpe-view/poulpe-web-controller/.springBeans
# Mac OS X system files
.DS_Store