This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
poffyzhang
/
kq-value-added-project
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
事项数据 变更
master
PoffyZhang
9 months ago
parent
b91d50da0d
commit
f85d67ee7c
1 changed files
with
33 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+33
-0
.idea/.gitignore
+ 33
- 0
.idea/.gitignore
View File
@@ -6,3 +6,36 @@
# Datasource local storage ignored files
/dataSources/
/dataSources.local.xml
# Compiled class file
*.class
# Log file
*.log
# BlueJ files
*.ctxt
# Mobile Tools for Java (J2ME)
.mtj.tmp/
# Package Files #
*.jar
*.war
*.nar
*.ear
*.zip
*.tar.gz
*.rar
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
hs_err_pid*
#忽略所有.svn目录
.svn/
#忽略所有target目录
target/
#忽略所有.idea目录
.idea/
#忽略所有.iml文件
*.iml
Write
Preview
Loading…
Cancel
Save