forked from spring-attic/grails-data-mapping
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
63 lines (63 loc) · 1.65 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
.settings
.classpath
.project
.metadata
.DS_Store
build/
target/
.gradle
grails-plugins/mongodb/web-app
grails-plugins/checkout
grails-plugins/redis/web-app
eclipse-workspace/
Servers/
out
stacktrace.log
*.iws
*.iml
.idea/*
classes/*
/grails-datastore-gorm-gemfire/.settings/
/grails-datastore-gorm-jpa/.settings/
/grails-datastore-gorm-mongo/.settings/
/grails-datastore-gorm-redis/.settings/
/grails-datastore-gorm-riak/.settings/
/grails-datastore-gorm-tck/.settings/
/grails-datastore-gorm-tck/bin/
/grails-datastore-gorm-test/.settings/
/grails-datastore-gorm-test/bin/
/grails-datastore-gorm/.settings/
/grails-datastore-gorm/bin/
/spring-datastore-core/.settings/
/spring-datastore-core/bin/
/spring-datastore-gemfire/.settings/
/spring-datastore-gemfire/bin/
/spring-datastore-jpa/.settings/
/spring-datastore-jpa/bin/
/spring-datastore-mongo/.settings/
/spring-datastore-mongo/bin/
/spring-datastore-redis/.settings/
/spring-datastore-redis/bin/
/spring-datastore-riak/.settings/
/spring-datastore-riak/bin/
/spring-datastore-simple/.settings/
/spring-datastore-simple/bin/
/spring-datastore-web/.settings/
/spring-datastore-web/bin/
/grails-datastore-core/bin/
/grails-datastore-gemfire/bin/
/grails-datastore-gorm-gemfire/bin/
/grails-datastore-gorm-jpa/bin/
/grails-datastore-gorm-mongo/bin/
/grails-datastore-gorm-neo4j/bin/
/grails-datastore-gorm-plugin-support/bin/
/grails-datastore-gorm-redis/bin/
/grails-datastore-gorm-riak/bin/
/grails-datastore-gorm-simpledb/bin/
/grails-datastore-jpa/bin/
/grails-datastore-mongo/bin/
/grails-datastore-redis/bin/
/grails-datastore-riak/bin/
/grails-datastore-simple/bin/
/grails-datastore-simpledb/bin/
/grails-datastore-web/bin/