Skip to content

Commit

Permalink
update of .gitignore file
Browse files Browse the repository at this point in the history
  • Loading branch information
astrapi69 committed Mar 7, 2019
1 parent 23df7f4 commit ec6778f
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@
##################
# intellij files #
##################
*.iws
*.iml
*.ipr
!.idea/runConfigurations
.idea/inspectionProfiles
.idea/libraries
Expand All @@ -21,10 +23,29 @@
/.settings
/.tern-project

###########
### STS ###
###########
.apt_generated
.factorypath
.springBeans
.sts4-cache


################
### NetBeans ###
################
/nbproject/private/
/nbbuild/
/nbdist/
/.nb-gradle/
/build/

#########################
# maven generated files #
#########################
/target
/.mvn/

#############
# Zip files #
Expand Down

0 comments on commit ec6778f

Please sign in to comment.