Survey/.gitignore
Pope 9c75d90d65 2021-4-19
修复了一些bug
2021-04-19 22:11:26 +08:00

45 lines
663 B
Plaintext

# Default ignored files
/shelf/
/.idea/workspace.xml
# Datasource local storage ignored files
/../../../../../../:\Code\IdeaProjects\SpringProjects\Survey\.idea/dataSources/
/dataSources.local.xml
# Editor-based HTTP Client requests
/httpRequests/
### Example user template template
### Example user template
# IntelliJ project files
.idea
.mvn
*.iml
out
gen
### Java template
# Compiled class file
*.class
# Log file
*.log
/log
# BlueJ files
*.ctxt
# Mobile Tools for Java (J2ME)
.mtj.tmp/
# Package Files #
*.jar
*.war
*.nar
*.ear
*.zip
*.tar.gz
*.rar
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
hs_err_pid*