-
Notifications
You must be signed in to change notification settings - Fork 26
/
.gitignore
57 lines (46 loc) · 1.24 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
.DS_Store
##########
# oknesset
##########
src/web/www/javascripts/private.js
target/*
temp/*
target_prod/*
src/web/www/javascripts/private.js
# Android
##########
native/Android/OKnesset/assets/www/*
native/Android/OKnesset/assets/www/javascripts/*
native/Android/OKnesset/bin/*
native/Android/OKnesset/gen/*
#iOS
##########
# xcode noise
native/iOS/OKnesset/build/*
native/iOS/OKnesset/OKnesset.xcodeproj/*.pbxuser
native/iOS/OKnesset/OKnesset.xcodeproj/*.mode1v3
native/iOS/OKnesset/OKnesset.xcodeproj/project.xcworkspace/*
native/iOS/OKnesset/OKnesset.xcodeproj/xcuserdata/*
native/iOS/OKnesset/*.xcarchive
native/iOS/OKnesset/*.ipa
native/iOS/OKnesset/CordovaLib/CordovaLib.xcodeproj/*.pbxuser
native/iOS/OKnesset/CordovaLib/CordovaLib.xcodeproj/*.mode1v3
native/iOS/OKnesset/CordovaLib/CordovaLib.xcodeproj/xcuserdata/*
native/iOS/OKnesset/CordovaLib/CordovaLib.xcodeproj/project.xcworkspace/*
#eclipse noise
.tmp*
# auto git version noise
native/iOS/OKnesset/InfoPlist.h
# old skool
native/iOS/OKnesset/.svn
# osx noise
native/iOS/OKnesset/.DS_Store
native/iOS/OKnesset/profile
# oknesset
native/iOS/OKnesset/www/*
native/iOS/OKnesset/www/javascripts/*
/readme_review.html
native/iOS/distribution/2011-11-02 app store update
# intellij
.idea
*.iml