forked from Evolveum/midpoint
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
42 lines (33 loc) · 682 Bytes
/
Copy path.gitignore
File metadata and controls
42 lines (33 loc) · 682 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
# ending with / = directory, starting with / = absolute (from .gitignore location)
# e.g. target/ is target directory ignored anywhere in the tree, /.idea/ is only in the root
# to override generic rule, use !, e.g. !/some/module/build/ would not be ignored
# build tool files
target/
build/
test-output/
dependency-reduced-pom.xml
node_modules/
# IDEA files
/.idea/
/.run/
*.iml
# Eclipse files
.project
.classpath
.settings
# JRebel files
rebel.xml
# jenv related, I guess
.java-version
# NetBeans files
/nb-configuration.xml
/nbactions.xml
# backup, log and other files
*~
*.log
*.versionsBackup
.DS_Store
_mess
.checkstyle
# midPoint Studio temporary files
/scratches/