-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
36 lines (26 loc) · 798 Bytes
/
.gitignore
File metadata and controls
36 lines (26 loc) · 798 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
# Ignore Gradle project-specific cache directory
.gradle
#######################################
# Additional Gradle settings from https://raw.githubusercontent.com/github/gitignore/refs/heads/main/Gradle.gitignore
# Ignore Gradle GUI config
gradle-app.setting
# Avoid ignoring Gradle wrapper jar file (.jar files are usually ignored)
!gradle-wrapper.jar
# Avoid ignoring Gradle wrappper properties
!gradle-wrapper.properties
# Ignore cache of project
.gradletasknamecache
#######################################
# Ignore Gradle build output directory
build
# Ignore VS Code build output directory
bin
# Ignore the IDEA directory from IntelliJ
.idea/
# Ignore the IDEA run configs directory from Intellij
.run/
# Ignore swap files
*.swp
# VSCode build output and settings
.vscode/
*/bin/