45 lines
663 B
Plaintext
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*
|
|
|