File tree 4 files changed +18
-0
lines changed 4 files changed +18
-0
lines changed Original file line number Diff line number Diff line change
1
+ **/Objects
2
+ **/AutoBackups
3
+ *.meta
Original file line number Diff line number Diff line change
1
+ # If you prefer the allow list template instead of the deny list, see community template:
2
+ # https://github.com/github/gitignore/blob/main/community/Golang/Go.AllowList.gitignore
3
+ #
1
4
# Binaries for programs and plugins
2
5
*.exe
3
6
*.exe~
Original file line number Diff line number Diff line change @@ -10,3 +10,9 @@ gradle-app.setting
10
10
11
11
# Cache of project
12
12
.gradletasknamecache
13
+
14
+ # Eclipse Gradle plugin generated files
15
+ # Eclipse Core
16
+ .project
17
+ # JDT-specific (Eclipse Java Development Tools)
18
+ .classpath
Original file line number Diff line number Diff line change @@ -9,3 +9,9 @@ buildNumber.properties
9
9
.mvn/timing.properties
10
10
# https://github.com/takari/maven-wrapper#usage-without-binary-jar
11
11
.mvn/wrapper/maven-wrapper.jar
12
+
13
+ # Eclipse m2e generated files
14
+ # Eclipse Core
15
+ .project
16
+ # JDT-specific (Eclipse Java Development Tools)
17
+ .classpath
You can’t perform that action at this time.
0 commit comments