This repository has been archived on 2024-06-10. You can view files and clone it, but cannot push or open issues or pull requests.
Backend/.gitignore

32 lines
395 B
Plaintext
Raw Normal View History

2024-04-22 23:46:39 +00:00
### ME template
*.class
*.log
*.ctxt
.mtj.tmp/
*.jar
*.war
*.nar
*.ear
*.zip
*.tar.gz
*.rar
hs_err_pid*
replay_pid*
.idea
cmake-build-*/
.idea/**/mongoSettings.xml
2024-04-22 23:43:05 +00:00
*.iws
2024-04-22 23:46:39 +00:00
out/
2024-04-22 23:43:05 +00:00
build/
2024-04-22 23:46:39 +00:00
work/
.idea_modules/
atlassian-ide-plugin.xml
com_crashlytics_export_strings.xml
crashlytics.properties
crashlytics-build.properties
fabric.properties
git.properties
pom.xml.versionsBackup
application.yml
target/