-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
65 lines (58 loc) · 685 Bytes
/
Copy path.gitignore
File metadata and controls
65 lines (58 loc) · 685 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
55
56
57
58
59
60
61
62
63
64
65
# Build output
target/
build/
out/
bin/
*.jar
*.war
*.class
# Maven / Gradle
.mvn/timing.properties
.gradle/
!gradle/wrapper/gradle-wrapper.jar
# Logs, dumps, temp
*.log
logs/
hs_err_pid*
replay_pid*
*.hprof
*.tmp
*.bak
# Secrets and local overrides — never commit
.env
.env.*
*-local.properties
*-local.yml
application-local.*
*.pem
*.key
*.p12
*.jks
# Spring Boot
.attach_pid*
spring.log
# IDEs
.idea/
*.iml
*.ipr
*.iws
.vscode/
.classpath
.project
.settings/
.factorypath
nbproject/
*.sublime-*
# OS
.DS_Store
.DS_Store?
._*
Thumbs.db
Desktop.ini
$RECYCLE.BIN/
# Node — for any front-end living inside projects/
node_modules/
dist/
.cache/
npm-debug.log*
yarn-error.log*