source: petify-backend/.gitignore

Last change on this file was 92e7c7a, checked in by veronika-ils <ilioskaveronika@…>, 7 hours ago

Petify fullstack project

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