Pārlūkot izejas kodu

更新 '.gitignore'

fa88 4 mēneši atpakaļ
vecāks
revīzija
dcf96dbfa7
1 mainītis faili ar 44 papildinājumiem un 10 dzēšanām
  1. 44 10
      .gitignore

+ 44 - 10
.gitignore

@@ -1,13 +1,47 @@
-# ---> Actionscript
-# Build and Release Folders
-bin/
-bin-debug/
-bin-release/
+######################################################################
+# Build Tools
 
-# Other files and folders
-.settings/
+.gradle
+/build/
+!gradle/wrapper/gradle-wrapper.jar
 
-# Project files, i.e. `.project`, `.actionScriptProperties` and `.flexProperties`
-# should NOT be excluded as they contain compiler settings and other important
-# information for Eclipse / Flash Builder.
+target/
+!.mvn/wrapper/maven-wrapper.jar
 
+######################################################################
+# IDE
+
+### STS ###
+.apt_generated
+.classpath
+.factorypath
+.project
+.settings
+.springBeans
+
+### IntelliJ IDEA ###
+.idea
+*.iws
+*.iml
+*.ipr
+
+### JRebel ###
+rebel.xml
+
+### NetBeans ###
+nbproject/private/
+build/*
+nbbuild/
+dist/
+nbdist/
+.nb-gradle/
+
+######################################################################
+# Others
+*.log
+*.xml.versionsBackup
+*.swp
+
+!*/build/*.java
+!*/build/*.html
+!*/build/*.xml