mirror of
https://github.com/dromara/payment-spring-boot.git
synced 2026-03-13 21:33:41 +08:00
'init'
This commit is contained in:
28
.gitignore
vendored
Normal file
28
.gitignore
vendored
Normal file
@@ -0,0 +1,28 @@
|
|||||||
|
# maven #
|
||||||
|
target
|
||||||
|
|
||||||
|
logs
|
||||||
|
|
||||||
|
# windows #
|
||||||
|
Thumbs.db
|
||||||
|
|
||||||
|
# Mac #
|
||||||
|
.DS_Store
|
||||||
|
|
||||||
|
# eclipse #
|
||||||
|
.settings
|
||||||
|
.project
|
||||||
|
.classpath
|
||||||
|
.log
|
||||||
|
*.class
|
||||||
|
|
||||||
|
# idea #
|
||||||
|
.idea
|
||||||
|
*.iml
|
||||||
|
|
||||||
|
# Package Files #
|
||||||
|
*.jar
|
||||||
|
*.war
|
||||||
|
*.ear
|
||||||
|
/target
|
||||||
|
*.bak
|
||||||
Reference in New Issue
Block a user