diff options
| author | Dayana31 <[email protected]> | 2022-05-23 22:38:10 -0500 |
|---|---|---|
| committer | Dayana31 <[email protected]> | 2022-05-23 22:38:10 -0500 |
| commit | 2da5eab182017b29c131304a90a3633fe4d887ca (patch) | |
| tree | 51273fac8b8590fca477fd748bc1cc4c15dd0fcb /back/odiparback/.gitignore | |
| parent | 758d03eae1d7d83c8e7685fa04e8ae9b3a62bddb (diff) | |
| parent | 11a08a862b3c87ae9699dc5625d9104adaea9528 (diff) | |
| download | DP1_project-2da5eab182017b29c131304a90a3633fe4d887ca.tar.gz DP1_project-2da5eab182017b29c131304a90a3633fe4d887ca.tar.bz2 DP1_project-2da5eab182017b29c131304a90a3633fe4d887ca.zip | |
Merge branch 'develop' into dayana
Diffstat (limited to 'back/odiparback/.gitignore')
| -rw-r--r-- | back/odiparback/.gitignore | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/back/odiparback/.gitignore b/back/odiparback/.gitignore new file mode 100644 index 0000000..549e00a --- /dev/null +++ b/back/odiparback/.gitignore @@ -0,0 +1,33 @@ +HELP.md +target/ +!.mvn/wrapper/maven-wrapper.jar +!**/src/main/**/target/ +!**/src/test/**/target/ + +### STS ### +.apt_generated +.classpath +.factorypath +.project +.settings +.springBeans +.sts4-cache + +### IntelliJ IDEA ### +.idea +*.iws +*.iml +*.ipr + +### NetBeans ### +/nbproject/private/ +/nbbuild/ +/dist/ +/nbdist/ +/.nb-gradle/ +build/ +!**/src/main/**/build/ +!**/src/test/**/build/ + +### VS Code ### +.vscode/ |
