-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitignore
55 lines (45 loc) · 1.38 KB
/
.gitignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
spring-boot/Plananizer/HELP.md
spring-boot/Plananizer/target/
!spring-boot/Plananizer/.mvn/wrapper/maven-wrapper.jar
!**spring-boot/Plananizer/src/main/**
!**spring-boot/Plananizer/src/test/**
### STS ###
spring-boot/Plananizer/.apt_generated
spring-boot/Plananizer/.classpath
spring-boot/Plananizer/.factorypath
spring-boot/Plananizer/.project
spring-boot/Plananizer/.settings
spring-boot/Plananizer/.springBeans
spring-boot/Plananizer/.sts4-cache
### IntelliJ IDEA ###
spring-boot/Plananizer/.idea
spring-boot/Plananizer/*.iws
spring-boot/Plananizer/*.iml
spring-boot/Plananizer/*.ipr
### NetBeans ###
spring-boot/Plananizer/nbproject/private/
spring-boot/Plananizer/nbbuild/
spring-boot/Plananizer/dist/
spring-boot/Plananizer/nbdist/
spring-boot/Plananizer/.nb-gradle/
spring-boot/Plananizer/build/
### VS Code ###
spring-boot/Plananizer/.vscode/
# dependencies
reactjs/plananizer/node_modules
reactjs/plananizer/.pnp
reactjs/plananizer/.pnp.js
# testing
reactjs/plananizer/coverage
# production
reactjs/plananizer/build
# misc
reactjs/plananizer/.DS_Store
reactjs/plananizer/.env.local
reactjs/plananizer/.env.development.local
reactjs/plananizer/.env.test.local
reactjs/plananizer/.env.production.local
reactjs/plananizer/npm-debug.log*
reactjs/plananizer/yarn-debug.log*
reactjs/plananizer/yarn-error.log*