-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
49 lines (40 loc) · 668 Bytes
/
.gitignore
File metadata and controls
49 lines (40 loc) · 668 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
# Default ignored files
/shelf/
/.idea/workspace.xml
# Editor-based HTTP Client requests
/httpRequests/
# Datasource local storage ignored files
/dataSources/
/dataSources.local.xml
# Gradle
.gradle/
build/
!build.gradle
!settings.gradle
!gradle-wrapper.jar
!gradle-wrapper.properties
# Eclipse project files
.project
.classpath
.settings/
# IntelliJ IDEA project files
.idea/
*.iml
*.iws
# NetBeans project files
nbproject/
# Maven wrapper files
.mvn/
target/
# Logs
*.log
# OS generated files - if you use MacOS
.DS_Store
Thumbs.db
# Gradle cache
.gradle/
# Dependency directories
/.m2/
/node_modules/
# Spring Boot specific
spring-boot-devtools.properties