Skip to content

Commit ff53a58

Browse files
committed
Revise .gitignore.
1 parent 0f9e859 commit ff53a58

20 files changed

+39
-2305
lines changed

.gitignore

Lines changed: 39 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,46 @@
1-
2-
# Created by https://www.gitignore.io/api/maven,intellij
3-
# Edit at https://www.gitignore.io/?templates=maven,intellij
1+
# Created by https://www.gitignore.io/api/intellij,maven
2+
# Edit at https://www.gitignore.io/?templates=intellij,maven
43

54
### Intellij ###
65
# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio and WebStorm
76
# Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839
87

98
# User-specific stuff
10-
.idea/
9+
.idea
10+
11+
# Gradle and Maven with auto-import
12+
# When using Gradle or Maven with auto-import, you should exclude module files,
13+
# since they will be recreated, and may cause churn. Uncomment if using
14+
# auto-import.
15+
# .idea/modules.xml
16+
# .idea/*.iml
17+
# .idea/modules
18+
*.iml
19+
# *.ipr
20+
21+
# CMake
22+
cmake-build-*/
23+
24+
# Mongo Explorer plugin
25+
.idea/**/mongoSettings.xml
26+
27+
# File-based project format
28+
*.iws
29+
30+
# IntelliJ
31+
out/
32+
33+
# mpeltonen/sbt-idea plugin
34+
.idea_modules/
35+
36+
# JIRA plugin
37+
atlassian-ide-plugin.xml
38+
39+
# Crashlytics plugin (for Android Studio and IntelliJ)
40+
com_crashlytics_export_strings.xml
41+
crashlytics.properties
42+
crashlytics-build.properties
43+
fabric.properties
1144

1245
### Maven ###
1346
target/
@@ -20,5 +53,6 @@ dependency-reduced-pom.xml
2053
buildNumber.properties
2154
.mvn/timing.properties
2255
.mvn/wrapper/maven-wrapper.jar
56+
.flattened-pom.xml
2357

24-
# End of https://www.gitignore.io/api/maven,intellij
58+
# End of https://www.gitignore.io/api/intellij,maven

1-classic/hacking-spring-boot-ch1-classic.iml

Lines changed: 0 additions & 102 deletions
This file was deleted.

0 commit comments

Comments
 (0)