-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitignore
60 lines (52 loc) · 807 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
52
53
54
55
56
57
58
59
60
# IntelliJ IDEA
.idea/
.idea_modules/
.idea/workspace.xml
.idea/tasks.xml
.idea/dictionaries/
.idea/inspectionProfiles/
.idea/assetWizardSettings.xml
# IntelliJ IDEA project module file
*.iml
# Eclipse
.classpath
.project
.settings/
.factorypath
.target/
.metadata/
.apt_generated/
# NetBeans
/nbproject/private/
/nbbuild/
/nbbuild/
/nbdist/
/nbactions.xml
/nb-configuration.xml
# VS Code
.vscode/
# Compiled class files
target/
bin/
out/
build/
classes/
*.class
# Maven
.mvn/
target/
dependency/
release/
pom.xml.releaseBackup
release.properties
pom.xml.versionsBackup
pom.xml.next
release.properties.next
pom.xml.backup
# OS or editor-specific files
Thumbs.db
.DS_Store
# Allow specific files in the target directory
!.mvn/wrapper/maven-wrapper.jar
!**/src/main/**/target/
!**/src/test/**/target/