-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.gitignore
More file actions
54 lines (47 loc) · 826 Bytes
/
.gitignore
File metadata and controls
54 lines (47 loc) · 826 Bytes
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
# --- Web (Vite / Node) ---
web/node_modules/
web/dist/
web/.env
web/.env.local
web/.env.*.local
web/*.log
web/npm-debug.log*
web/.vite/
# --- API (Maven / Java) ---
/target/
api/target/
!api/.mvn/wrapper/maven-wrapper.jar
!api/**/src/main/**/target/
!api/**/src/test/**/target/
api/.kotlin
### IntelliJ IDEA (API module) ###
api/.idea/modules.xml
api/.idea/jarRepositories.xml
api/.idea/compiler.xml
api/.idea/libraries/
api/*.iws
api/*.iml
api/*.ipr
### Eclipse ###
api/.apt_generated
api/.classpath
api/.factorypath
api/.project
api/.settings/
api/.springBeans
api/.sts4-cache/
### NetBeans ###
api/nbproject/private/
api/nbbuild/
api/dist/
api/nbdist/
api/.nb-gradle/
api/build/
!api/**/src/main/**/build/
!api/**/src/test/**/build/
### VS Code ###
api/.vscode/
### Mac OS ###
.DS_Store
### Cursor IDE ###
.cursor/