-
-
Notifications
You must be signed in to change notification settings - Fork 137
Expand file tree
/
Copy path.gitignore
More file actions
35 lines (34 loc) · 464 Bytes
/
.gitignore
File metadata and controls
35 lines (34 loc) · 464 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
build/
.gradle/
databases/*
out/*
generate_bundles.rb
.cache
target/*
bin/*
.idea*
.classpath
.project/*
**/.settings/*
project/target/*
project/project/*
postgresql-async/target/*
db-async-common/target/*
db-async-common/out/*
mysql-async/out/*
postgresql-async/out/*
mysql-async/target/*
pool-async/target/*
postgis-jasync/target/*
r2dbc-mysql/target/*
.rvmrc
.ruby-version
.ruby-gemset
*.iml
.project
.vagrant/*
vendor/*
*/out/*
*.hprof
**/.DS_Store
.DS_Store