Skip to content

Commit 8c0579b

Browse files
author
Lee Zheng Han
committed
Add gitignore file
1 parent 826bb39 commit 8c0579b

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed

.gitignore

+28
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
#
2+
# Standard Maven .gitignore
3+
#
4+
target/
5+
pom.xml.tag
6+
pom.xml.releaseBackup
7+
pom.xml.versionsBackup
8+
pom.xml.next
9+
release.properties
10+
dependency-reduced-pom.xml
11+
buildNumber.properties
12+
.mvn/timing.properties
13+
14+
#
15+
# IntelliJ
16+
#
17+
*.iml
18+
.idea/*
19+
!.idea/runConfigurations/
20+
21+
#
22+
# Visual Studio Code
23+
#
24+
.settings/
25+
.classpath
26+
.factorypath
27+
.project
28+
.vscode/

0 commit comments

Comments
 (0)