Skip to content

Commit

Permalink
Ignore VSCode and Eclipse files
Browse files Browse the repository at this point in the history
  • Loading branch information
lptr committed Mar 24, 2020
1 parent e526aff commit 6387c5d
Showing 1 changed file with 24 additions and 10 deletions.
34 changes: 24 additions & 10 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,11 +1,25 @@
build
classes
/.gradle
/.idea
/.idea/
*.iml
/profile-out
/profile-out-*
/foobar
/gradle-user-home
/out
.DS_STORE
*.ipr
*.iws

/profile-out/
/profile-out-*/
/gradle-user-home/

**/.classpath
**/.project
**/.settings/

.gradle/

.DS_Store

**/build/
**/out/
**/bin/
**/target/

hs_err_pid*.log

/local.properties

0 comments on commit 6387c5d

Please sign in to comment.