This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
liufei5
/
yxh-secp-v1.0
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
.gitignore
dev
YuChengLong
3 years ago
parent
8e1fdf3f86
commit
232f2d790a
1 changed files
with
56 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+56
-0
.gitignore
+ 56
- 0
.gitignore
View File
@@ -0,0 +1,56 @@
HELP.md
target/
!.mvn/wrapper/maven-wrapper.jar
!**/src/main/**
!**/src/test/**
### STS ###
.apt_generated
.classpath
.factorypath
.project
.settings
.springBeans
.sts4-cache
### IntelliJ IDEA ###
.idea
*.iws
*.iml
*.ipr
*.pid
### NetBeans ###
/nbproject/private/
/nbbuild/
/dist/
/nbdist/
/.nb-gradle/
build/
/target/
### VS Code ###
.vscode/
### Example user template template
### Example user template
# IntelliJ project files
.idea
*.iml
/logs/
out
target
.classpath
.factorypath
.project
*.iml
*.log
*.pid
.apt_generated
.apt_generated_tests
.settings
gen
target
!/saaf.iml
Write
Preview
Loading…
Cancel
Save