-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy path.gitignore
More file actions
30 lines (27 loc) · 704 Bytes
/
.gitignore
File metadata and controls
30 lines (27 loc) · 704 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
# Ignore logs and temporary files
*.log
*.tmp
*.bak
*.swp
.DS_Store
Thumbs.db
# Backend (Spring Boot) specific ignores
my-file-server-back/target/
my-file-server-back/build/
my-file-server-back/.idea/
my-file-server-back/*.iml
my-file-server-back/.project
my-file-server-back/.classpath
my-file-server-back/.settings/
my-file-server-back/src/main/resources/application.yml
my-file-server-back/src/main/resources/application2.yml
# Frontend (React) specific ignores
my-file-server-front/node_modules/
my-file-server-front/build/
my-file-server-front/npm-debug.log*
my-file-server-front/yarn-debug.log*
my-file-server-front/yarn-error.log*
my-file-server-front/.env
# Ignore environment files
.env
*.env