You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .gitignore
+51-5
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
2
-
# Created by https://www.toptal.com/developers/gitignore/api/linux,osx,windows,java,scala,intellij,jetbrains,visualstudiocode,sbt,bloop,metals
3
-
# Edit at https://www.toptal.com/developers/gitignore?templates=linux,osx,windows,java,scala,intellij,jetbrains,visualstudiocode,sbt,bloop,metals
2
+
# Created by https://www.toptal.com/developers/gitignore/api/linux,osx,windows,java,scala,gradle,intellij,jetbrains,visualstudiocode,sbt,vim,bloop,metals
3
+
# Edit at https://www.toptal.com/developers/gitignore?templates=linux,osx,windows,java,scala,gradle,intellij,jetbrains,visualstudiocode,sbt,vim,bloop,metals
4
4
5
5
### Bloop ###
6
6
.bloop/
@@ -227,7 +227,7 @@ project/metals.sbt
227
227
.LSOverride
228
228
229
229
# Icon must end with two \r
230
-
Icon
230
+
Icon
231
231
232
232
# Thumbnails
233
233
._*
@@ -264,6 +264,26 @@ project/plugins/project/
264
264
265
265
### Scala ###
266
266
267
+
### Vim ###
268
+
# Swap
269
+
[._]*.s[a-v][a-z]
270
+
!*.svg# comment out if you don't need vector files
271
+
[._]*.sw[a-p]
272
+
[._]s[a-rt-v][a-z]
273
+
[._]ss[a-gi-z]
274
+
[._]sw[a-p]
275
+
276
+
# Session
277
+
Session.vim
278
+
Sessionx.vim
279
+
280
+
# Temporary
281
+
.netrwhist
282
+
# Auto-generated tag files
283
+
tags
284
+
# Persistent undo
285
+
[._]*.un~
286
+
267
287
### VisualStudioCode ###
268
288
.vscode/*
269
289
!.vscode/settings.json
@@ -302,6 +322,32 @@ $RECYCLE.BIN/
302
322
# Windows shortcuts
303
323
*.lnk
304
324
305
-
# End of https://www.toptal.com/developers/gitignore/api/linux,osx,windows,java,scala,intellij,jetbrains,visualstudiocode,sbt,bloop,metals
325
+
### Gradle ###
326
+
.gradle
327
+
build/
328
+
329
+
# Ignore Gradle GUI config
330
+
gradle-app.setting
331
+
332
+
# Avoid ignoring Gradle wrapper jar file (.jar files are usually ignored)
333
+
!gradle-wrapper.jar
334
+
335
+
# Cache of project
336
+
.gradletasknamecache
337
+
338
+
# # Work around https://youtrack.jetbrains.com/issue/IDEA-116898
339
+
# gradle/wrapper/gradle-wrapper.properties
340
+
341
+
### Gradle Patch ###
342
+
**/build/
343
+
344
+
# End of https://www.toptal.com/developers/gitignore/api/linux,osx,windows,java,scala,gradle,intellij,jetbrains,visualstudiocode,sbt,vim,bloop,metals
0 commit comments