source: ReserveNGo-backend/.gitignore@ 4894099

Last change on this file since 4894099 was 4894099, checked in by ivanov1332 <zareivanov070@…>, 3 months ago

Added admin functionality add & delete local, reservations listing, and method for calculating average rating for local

  • Property mode set to 100644
File size: 396 bytes
RevLine 
[df883b7]1HELP.md
2target/
3!.mvn/wrapper/maven-wrapper.jar
4!**/src/main/**/target/
5!**/src/test/**/target/
6
7### STS ###
8.apt_generated
9.classpath
10.factorypath
11.project
12.settings
13.springBeans
14.sts4-cache
15
16### IntelliJ IDEA ###
[4894099]17.idea/
[df883b7]18*.iws
19*.iml
20*.ipr
21
22### NetBeans ###
23/nbproject/private/
24/nbbuild/
25/dist/
26/nbdist/
27/.nb-gradle/
28build/
29!**/src/main/**/build/
30!**/src/test/**/build/
31
32### VS Code ###
33.vscode/
Note: See TracBrowser for help on using the repository browser.