Skip to content

Commit

Permalink
initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
wojteksuwala committed Apr 12, 2019
0 parents commit e4d7027
Showing 1 changed file with 43 additions and 0 deletions.
43 changes: 43 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
# Maven
**/target/
**/.mvn/**
!.mvn/wrapper/maven-wrapper.jar

# STS
.apt_generated
.classpath
.factorypath
.project
.settings
.springBeans
.sts4-cache

# IntelliJ IDEA
**/.idea
**/*.iws
**/*.iml
**/*.ipr

# NPM
**/dist/
**/node_modules/
**/npm-debug.log*
**/yarn-error.log*

# IDEs
**/.idea/
**/jsconfig.json
**/.vscode/

# Typings file.
**/typings/

# Misc
**/tmp/

# Mac OSX Finder files.
**/.DS_Store
.DS_Store

# Micronaut
**/dependency-reduced-pom.xml

0 comments on commit e4d7027

Please sign in to comment.