mirror of
https://github.com/saysky/Hotel
synced 2025-08-16 15:13:09 +08:00
first commit
This commit is contained in:
41
.gitignore
vendored
Executable file
41
.gitignore
vendored
Executable file
@@ -0,0 +1,41 @@
|
||||
target/
|
||||
logs/
|
||||
out/
|
||||
!.mvn/wrapper/maven-wrapper.jar
|
||||
|
||||
### STS ###
|
||||
.apt_generated
|
||||
.classpath
|
||||
.factorypath
|
||||
.project
|
||||
.settings
|
||||
.springBeans
|
||||
.sts4-cache
|
||||
|
||||
### IntelliJ IDEA ###
|
||||
.idea
|
||||
*.iws
|
||||
*.iml
|
||||
*.ipr
|
||||
log/
|
||||
|
||||
### NetBeans ###
|
||||
nbproject/private/
|
||||
build/
|
||||
nbbuild/
|
||||
dist/
|
||||
nbdist/
|
||||
.nb-gradle/
|
||||
|
||||
### Mac
|
||||
.DS_Store
|
||||
*/.DS_Store
|
||||
|
||||
### VS Code ###
|
||||
*.project
|
||||
*.factorypath
|
||||
|
||||
### 屏蔽,需要完整代码联系博主:微信847064370
|
||||
*.html
|
||||
/templates
|
||||
webapp/
|
Reference in New Issue
Block a user