File tree 3 files changed +125
-5
lines changed
3 files changed +125
-5
lines changed Original file line number Diff line number Diff line change 1
- build
2
- gradle
1
+ # User-specific stuff
2
+ .idea /
3
+ target /
4
+ target-api /
5
+
6
+ * .iml
7
+ * .ipr
8
+ * .iws
9
+
10
+ # IntelliJ
11
+ out /
12
+ # mpeltonen/sbt-idea plugin
13
+ .idea_modules /
14
+
15
+ # JIRA plugin
16
+ atlassian-ide-plugin.xml
17
+
18
+ # Compiled class file
19
+ * .class
20
+
21
+ # Log file
22
+ * .log
23
+
24
+ # BlueJ files
25
+ * .ctxt
26
+
27
+ # Package Files #
28
+ * .jar
29
+ * .war
30
+ * .nar
31
+ * .ear
32
+ * .zip
33
+ * .tar.gz
34
+ * .rar
35
+
36
+ # virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
37
+ hs_err_pid *
38
+
39
+ * ~
40
+
41
+ # temporary files which can be created if a process still has a handle open of a deleted file
42
+ .fuse_hidden *
43
+
44
+ # KDE directory preferences
45
+ .directory
46
+
47
+ # Linux trash folder which might appear on any partition or disk
48
+ .Trash- *
49
+
50
+ # .nfs files are created when an open file is removed but is still being accessed
51
+ .nfs *
52
+
53
+ # General
54
+ .DS_Store
55
+ .AppleDouble
56
+ .LSOverride
57
+
58
+ # Icon must end with two \r
59
+ Icon
60
+
61
+ # Thumbnails
62
+ ._ *
63
+
64
+ # Files that might appear in the root of a volume
65
+ .DocumentRevisions-V100
66
+ .fseventsd
67
+ .Spotlight-V100
68
+ .TemporaryItems
69
+ .Trashes
70
+ .VolumeIcon.icns
71
+ .com.apple.timemachine.donotpresent
72
+
73
+ # Directories potentially created on remote AFP share
74
+ .AppleDB
75
+ .AppleDesktop
76
+ Network Trash Folder
77
+ Temporary Items
78
+ .apdisk
79
+
80
+ # Windows thumbnail cache files
81
+ Thumbs.db
82
+ Thumbs.db:encryptable
83
+ ehthumbs.db
84
+ ehthumbs_vista.db
85
+
86
+ # Dump file
87
+ * .stackdump
88
+
89
+ # Folder config file
90
+ [Dd ]esktop.ini
91
+
92
+ # Recycle Bin used on file shares
93
+ $RECYCLE.BIN /
94
+
95
+ # Windows Installer files
96
+ * .cab
97
+ * .msi
98
+ * .msix
99
+ * .msm
100
+ * .msp
101
+
102
+ # Windows shortcuts
103
+ * .lnk
104
+
3
105
.gradle
4
- .idea
5
- target
6
- archive
106
+ build /
107
+
108
+ # Ignore Gradle GUI config
109
+ gradle-app.setting
110
+
111
+ # Cache of project
112
+ .gradletasknamecache
113
+
114
+ ** /build /
115
+
116
+ # Common working directory
117
+ run /
118
+
119
+ # Avoid ignoring Gradle wrapper jar file (.jar files are usually ignored)
120
+ ! gradle-wrapper.jar
Original file line number Diff line number Diff line change
1
+ distributionBase =GRADLE_USER_HOME
2
+ distributionPath =wrapper/dists
3
+ distributionUrl =https\://services.gradle.org/distributions/gradle-8.9-bin.zip
4
+ networkTimeout =10000
5
+ zipStoreBase =GRADLE_USER_HOME
6
+ zipStorePath =wrapper/dists
You can’t perform that action at this time.
0 commit comments