forked from gothinkster/realworld
-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy path.gitignore
75 lines (69 loc) · 1.16 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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
# OS generated files #
######################
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db
# IDE files #
.idea/
### Node template
# Logs
logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
yarn.lock
# Runtime data
pids
*.pid
*.seed
*.pid.lock
# Dependency directories
node_modules/
# spring
springboot/*#
springboot/*.iml
springboot/*.ipr
springboot/*.iws
springboot/*.jar
springboot/*.sw?
springboot/*~
springboot/.#*
springboot/.*.md.html
springboot/.DS_Store
springboot/.attach_pid*
springboot/.classpath
springboot/.factorypath
**/.gradle
springboot/.idea
springboot/.metadata
springboot/.project
springboot/.recommenders
springboot/.settings
springboot/.springBeans
springboot/.vscode
springboot/code
springboot/MANIFEST.MF
springboot/_site/
springboot/activemq-data
springboot/bin
springboot/build
!/**/src/**/bin
!/**/src/**/build
springboot/build.log
springboot/dependency-reduced-pom.xml
springboot/dump.rdb
springboot/interpolated*.xml
springboot/lib/
springboot/manifest.yml
springboot/out
springboot/overridedb.*
springboot/target
springboot/.flattened-pom.xml
springboot/secrets.yml
springboot/.gradletasknamecache
springboot/.sts4-cache