Skip to content

Commit 3300149

Browse files
committedNov 13, 2024··
Refine .gitignore
1 parent bc19384 commit 3300149

File tree

1 file changed

+20
-29
lines changed

1 file changed

+20
-29
lines changed
 

‎.gitignore

+20-29
Original file line numberDiff line numberDiff line change
@@ -18,44 +18,35 @@ gradle-app.setting
1818
# Cache of project
1919
.gradletasknamecache
2020

21-
# Eclipse Gradle plugin generated files
22-
# Eclipse Core
23-
.project
24-
# JDT-specific (Eclipse Java Development Tools)
25-
.classpath
26-
2721
# Ignore Gradle build output directory
2822
build
2923

3024
# IDEA
31-
# ----
32-
!/.idea
33-
/.idea/*
34-
!/.idea/codeStyles
35-
!/.idea/inspectionProfiles
36-
!/.idea/icon.png
37-
!/.idea/icon_dark.png
38-
*/**/.idea
39-
*/**/.shelf
25+
.idea
4026
.shelf
41-
/*.iml
42-
/*/*.iml
43-
/*/*/*.iml
44-
/*/*/*/*.iml
45-
/*/*/*/*/*.iml
46-
/out
47-
/*/out
48-
/*/*/out
49-
/*/*/*/out
50-
/*/*/*/*/out
51-
/.teamcity/target
52-
/gradle.ipr
53-
/gradle.iws
5427

5528
# macOS
56-
# ----
5729
.DS_Store
5830

5931
# Android
6032
local.properties
6133

34+
# Eclipse
35+
.settings/
36+
.classpath
37+
.project
38+
.metadata
39+
.loadpath
40+
.recommenders
41+
bin/
42+
tmp/
43+
44+
# Visual Studio Code
45+
.vscode/*
46+
!.vscode/settings.json
47+
!.vscode/tasks.json
48+
!.vscode/launch.json
49+
!.vscode/extensions.json
50+
!.vscode/*.code-snippets
51+
.history/
52+

0 commit comments

Comments
 (0)
Please sign in to comment.