-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy path.gitignore
72 lines (66 loc) · 863 Bytes
/
.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
checkouts/
.lein-failures
.DS_STORE
java-deps/
*~
.repl/**
crane_deploy.clj
crane-deploy.clj
out/**
dump.rdb
classes/
scratch/**
.lein-deps-sum
build
target
/doc
scratch.clj
# use glob syntax.
syntax: glob
creds.clj
Manifest.txt
pom.xml
*.ser
*.class
*.jar
*~
*.bak
*.off
*.old
.DS_Store
*.classpath
*.project
*.settings
*.pyc
store-core-test-dir/
client/ios/DerivedData/
.lein-failures
.lein-repl-history
checkouts
native/
.nrepl-port
.sniper-analysis-cache.clj
.sniper-strong.clj
# xcode
# Exclude the build directory
build/*
# Exclude temp nibs and swap files
*~.nib
*.swp
# Exclude OS X folder attributes
.DS_Store
# Exclude user-specific XCode 3 and 4 files
*.mode1
*.mode1v3
*.mode2v3
*.perspective
*.perspectivev3
*.pbxuser
*.xcworkspace
xcuserdata
repl-port
.repl-port
.idea
*.iml
# exclude the private key of the ssl cert
STAR_getprismatic_com.pem