Logo white

BJ_ZTEITS-Developers / zteits-rnt-wx

Sign in
  • Sign in
  • Project
  • Files
  • Commits
  • Network
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • zteits-rnt-wx
  • .gitignore
  • 提交本地
    ca8f173b
    王富生 authored
    2017-08-10 09:10:15 +0800  
    Browse Code »
.gitignore 344 Bytes
Edit Raw Blame History
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35

.gitignore
target/*
*target

### gradle ###
.gradle
build/*
!gradle/wrapper/gradle-wrapper.jar

### STS ###
.apt_generated
.classpath
.factorypath
.project
.settings
.springBeans

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

### NetBeans ###
nbproject/private/
build/
nbbuild/
dist/
nbdist/
.nb-gradle/
*.class
*.log
### mac os ###
.DS_Store