File tree 1 file changed +20
-29
lines changed
1 file changed +20
-29
lines changed Original file line number Diff line number Diff line change @@ -18,44 +18,35 @@ gradle-app.setting
18
18
# Cache of project
19
19
.gradletasknamecache
20
20
21
- # Eclipse Gradle plugin generated files
22
- # Eclipse Core
23
- .project
24
- # JDT-specific (Eclipse Java Development Tools)
25
- .classpath
26
-
27
21
# Ignore Gradle build output directory
28
22
build
29
23
30
24
# 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
40
26
.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
54
27
55
28
# macOS
56
- # ----
57
29
.DS_Store
58
30
59
31
# Android
60
32
local.properties
61
33
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
+
You can’t perform that action at this time.
0 commit comments