Skip to content

Commit da75991

Browse files
Deleted target folder
1 parent 8c63bf4 commit da75991

File tree

1 file changed

+33
-38
lines changed

1 file changed

+33
-38
lines changed

.gitignore

Lines changed: 33 additions & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -1,38 +1,33 @@
1-
i### Gradle template
2-
.gradle/
3-
build/
4-
5-
### Java template
6-
*.class
7-
.settings
8-
.classpath
9-
.project
10-
11-
# Package Files #
12-
*.war
13-
*.ear
14-
15-
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
16-
hs_err_pid*
17-
### JetBrains template
18-
# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio
19-
20-
## File-based project format:
21-
*.ipr
22-
*.iws
23-
*.iml
24-
25-
## Directory-based project format:
26-
.idea/
27-
28-
## Plugin-specific files:
29-
30-
# IntelliJ
31-
/out/
32-
33-
.app-src/tmp/
34-
bower_components/
35-
dist/
36-
node_modules/
37-
.tmp/
38-
*.log
1+
# Operating System Files
2+
3+
*.DS_Store
4+
Thumbs.db
5+
*.sw?
6+
.#*
7+
*#
8+
*~
9+
*.sublime-*
10+
11+
# Build Artifacts
12+
13+
**/.gradle/
14+
**/build/
15+
**/target/
16+
**/bin/
17+
**/dependency-reduced-pom.xml
18+
19+
# Eclipse Project Files
20+
.metadata
21+
.metadata/
22+
**/.classpath
23+
**/.project
24+
**/.settings/
25+
26+
# IntelliJ IDEA Files
27+
28+
**/*.iml
29+
**/*.ipr
30+
**/*.iws
31+
**/*.idea
32+
33+
README.html

0 commit comments

Comments
 (0)