mirror of
https://github.com/zongzibinbin/MallChat.git
synced 2026-03-13 21:53:41 +08:00
ignore文件
This commit is contained in:
58
.gitignore
vendored
58
.gitignore
vendored
@@ -1,19 +1,28 @@
|
|||||||
# Compiled class file
|
|
||||||
*.class
|
### IntelliJ project files
|
||||||
|
.idea/
|
||||||
|
*.iml
|
||||||
|
/target/*
|
||||||
|
/**/target/
|
||||||
|
|
||||||
|
|
||||||
|
# git
|
||||||
|
*.orig
|
||||||
|
.flattened-pom.xml
|
||||||
|
demo-api/.flattened-pom.xml
|
||||||
|
demo-client/.flattened-pom.xml
|
||||||
|
|
||||||
# Log file
|
# Log file
|
||||||
*.log
|
*.log
|
||||||
|
*_rpc_port.txt
|
||||||
|
|
||||||
# BlueJ files
|
# BlueJ files
|
||||||
*.ctxt
|
*.ctxt
|
||||||
|
|
||||||
# Mobile Tools for Java (J2ME)
|
|
||||||
.mtj.tmp/
|
|
||||||
|
|
||||||
# Package Files #
|
# Package Files #
|
||||||
*.jar
|
*.jar
|
||||||
*.war
|
*.war
|
||||||
*.nar
|
|
||||||
*.ear
|
*.ear
|
||||||
*.zip
|
*.zip
|
||||||
*.tar.gz
|
*.tar.gz
|
||||||
@@ -21,3 +30,42 @@
|
|||||||
|
|
||||||
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
|
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
|
||||||
hs_err_pid*
|
hs_err_pid*
|
||||||
|
### macOS files
|
||||||
|
# General
|
||||||
|
.DS_Store
|
||||||
|
.AppleDouble
|
||||||
|
.LSOverride
|
||||||
|
|
||||||
|
# Icon must end with two \r
|
||||||
|
Icon
|
||||||
|
|
||||||
|
# Thumbnails
|
||||||
|
._*
|
||||||
|
|
||||||
|
# Files that might appear in the root of a volume
|
||||||
|
.DocumentRevisions-V100
|
||||||
|
.fseventsd
|
||||||
|
.Spotlight-V100
|
||||||
|
.TemporaryItems
|
||||||
|
.Trashes
|
||||||
|
.VolumeIcon.icns
|
||||||
|
.com.apple.timemachine.donotpresent
|
||||||
|
|
||||||
|
# Directories potentially created on remote AFP share
|
||||||
|
.AppleDB
|
||||||
|
.AppleDesktop
|
||||||
|
Network Trash Folder
|
||||||
|
Temporary Items
|
||||||
|
.apdisk
|
||||||
|
|
||||||
|
# Temporary File
|
||||||
|
*CodeGenerator-Temporary
|
||||||
|
*CodeGeneratorFile
|
||||||
|
*temporary
|
||||||
|
|
||||||
|
CodeGenerator.java
|
||||||
|
TestController.java
|
||||||
|
mybatis-generator-config.xml
|
||||||
|
ChannelBizRankClient.java
|
||||||
|
ChannelBizBrandWallClient.java
|
||||||
|
/*/rebel.xml
|
||||||
|
|||||||
Reference in New Issue
Block a user