Skip to content

Commit

Permalink
Merge pull request #101 from pehala/remove_iml_again
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilippvK authored Mar 10, 2022
2 parents 1dc921b + f9b69f3 commit e93fc7b
Show file tree
Hide file tree
Showing 5 changed files with 71 additions and 20 deletions.
71 changes: 71 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -89,3 +89,74 @@ buildNumber.properties

.DS_Store
Thumbs.db

##############################
## Java
##############################
.mtj.tmp/
*.class
*.jar
*.war
*.ear
*.nar
hs_err_pid*

##############################
## Gradle
##############################
bin/
build/
.gradle
.gradletasknamecache
gradle-app.setting
!gradle-wrapper.jar

##############################
## IntelliJ
##############################
out/
.idea/
.idea_modules/
*.iml
*.ipr
*.iws

##############################
## Eclipse
##############################
.settings/
bin/
tmp/
.metadata
.classpath
.project
*.tmp
*.bak
*.swp
*~.nib
local.properties
.loadpath
.factorypath
*.eml

##############################
## NetBeans
##############################
nbproject/private/
build/
nbbuild/
dist/
nbdist/
nbactions.xml
nb-configuration.xml

##############################
## Visual Studio Code
##############################
.vscode/
.code-workspace

##############################
## OS X
##############################
.DS_Store
2 changes: 0 additions & 2 deletions client/.gitignore

This file was deleted.

2 changes: 0 additions & 2 deletions editor/.gitignore

This file was deleted.

15 changes: 0 additions & 15 deletions editor/editor.iml

This file was deleted.

1 change: 0 additions & 1 deletion shared/.gitignore

This file was deleted.

0 comments on commit e93fc7b

Please sign in to comment.