Skip to content

Commit

Permalink
Added vscode and gradle files to .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
Strum355 committed Sep 1, 2020
1 parent 83606fd commit ee40819
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@ maven-eclipse.xml
!.idea/codeStyleSettings.xml
*.iml

# VSCode
.vscode

# Spoon
spooned-classes/
spooned/
Expand All @@ -31,3 +34,8 @@ doc/_jekyll/_site/

# Nodejs
node_modules/

# Gradle
*.gradle
gradle/
gradlew*

0 comments on commit ee40819

Please sign in to comment.