Skip to content

Commit

Permalink
fix gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
rsrdesarrollo committed Aug 19, 2020
1 parent 7c5f1c6 commit 7106348
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions generators/extension/templates/gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
.idea/
.gradle/
gradle/
build/

*.class

# Mobile Tools for Java (J2ME)
.mtj.tmp/

# Package Files #
*.jar
*.war
*.ear

# exclude jar for gradle wrapper
!gradle/wrapper/*.jar

# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
hs_err_pid*

# build files
**/target
target
.gradle
build

0 comments on commit 7106348

Please sign in to comment.