mt-pms-api/wms-produce-manage/.gitignore
2019-12-15 16:44:27 +08:00

103 wiersze
1.1 KiB
Plaintext
Czysty Wina Historia

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

##ignore this file##
/target/
target/ 
logs/
.classpath
.project
.factorypath
.settings
.apt_generated
.idea
### IntelliJ IDEA ###
.idea
*.iws
*.iml
*.ipr
###VS CODE ###
node_modules/
dist/
logs/
.vscode/
# Java class files
*.class
*.classpath 
# Built application files
*.apk
*.ap_
# Generated files
bin/
gen/
out/ 
# Gradle files
.gradle/
build/
# Local configuration file (sdk path, etc)
local.properties
# Proguard folder generated by Eclipse
proguard/
# Log Files
*.log
logs/
# Android Studio Navigation editor temp files
.navigation/
# Android Studio captures folder
captures/
# Files for the ART/Dalvik VM
*.dex  
 ##filter databfile、sln file##
*.mdb  
*.ldb  
*.sln    
##class file##
*.com  
*.class  
*.dll  
*.exe  
*.o  
*.so  
# compression file
*.7z  
*.dmg  
*.gz  
*.iso  
*.jar  
*.rar  
*.tar  
*.zip  
*.via
*.tmp
*.err 
# OS generated files #  
.DS_Store  
.DS_Store?  
._*  
.Spotlight-V100  
.Trashes  
Icon?  
ehthumbs.db  
Thumbs.db  
# Keystore files
*.jks
# Google Services (e.g. APIs or Firebase)
google-services.json