Skip to content

Commit

Permalink
chore(gitignore): Ignore unwanted Gradle files (INRIA#4166)
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinWitt authored Sep 16, 2021
1 parent 9fa7226 commit cdb7972
Showing 1 changed file with 20 additions and 1 deletion.
21 changes: 20 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,23 @@ doc/_jekyll/_site/
*.tmp

# Nodejs
node_modules/
node_modules/

### Gradle ###
.gradle
build/

# Ignore Gradle GUI config
gradle-app.setting

# Avoid ignoring Gradle wrapper jar file (.jar files are usually ignored)
!gradle-wrapper.jar

# Cache of project
.gradletasknamecache

# # Work around https://youtrack.jetbrains.com/issue/IDEA-116898
# gradle/wrapper/gradle-wrapper.properties

### Gradle Patch ###
**/build/

0 comments on commit cdb7972

Please sign in to comment.