diff options
author | github-classroom[bot] <66690702+github-classroom[bot]@users.noreply.github.com> | 2025-02-11 02:12:51 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-02-11 02:12:51 +0000 |
commit | 0c2a59c4ea20e6692cc2fe96e320cc492304f21b (patch) | |
tree | 988504edef8303c47cf5f3cd64dd451d997b7708 /ufund-api/.gitignore | |
download | JellySolutions-0c2a59c4ea20e6692cc2fe96e320cc492304f21b.tar.gz JellySolutions-0c2a59c4ea20e6692cc2fe96e320cc492304f21b.tar.bz2 JellySolutions-0c2a59c4ea20e6692cc2fe96e320cc492304f21b.zip |
Initial commit
Diffstat (limited to '')
-rw-r--r-- | ufund-api/.gitignore | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/ufund-api/.gitignore b/ufund-api/.gitignore new file mode 100644 index 0000000..7ed0d6b --- /dev/null +++ b/ufund-api/.gitignore @@ -0,0 +1,32 @@ +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/ |