-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitignore
190 lines (152 loc) · 3.46 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
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
.metadata/
# Ruler main project
org.ruler/.metadata
org.ruler/bin/**
org.ruler/tmp/**
org.ruler/tmp/**/*
org.ruler/*.tmp
org.ruler/*.bak
org.ruler/*.swp
org.ruler/local.properties
org.ruler/.settings/
org.ruler/.loadpath
# External tool builders
org.ruler/.externalToolBuilders/
# Locally stored "Eclipse launch configurations"
org.ruler/*.launch
# PDT-specific
org.ruler/.buildpath
# xText
org.ruler/src-gen/**
org.ruler/xtend-gen/**
org.ruler/model/**
org.php.ruler/.metadata
org.php.ruler/bin/**
org.php.ruler/tmp/**
org.php.ruler/tmp/**/*
org.php.ruler/*.tmp
org.php.ruler/*.bak
org.php.ruler/*.swp
org.php.ruler/local.properties
org.php.ruler/.settings/
org.php.ruler/.loadpath
# External tool builders
org.php.ruler/.externalToolBuilders/
# Locally stored "Eclipse launch configurations"
org.php.ruler/*.launch
# PDT-specific
org.php.ruler/.buildpath
# xText
org.php.ruler/src-gen/**
org.php.ruler/xtend-gen/**
org.php.ruler/model/**
# Ruler tests project
org.php.ruler.tests/test-bin/
# Ruler ide project
org.php.ruler.ide/.metadata
org.php.ruler.ide/bin/**
org.php.ruler.ide/tmp/**
org.php.ruler.ide/tmp/**/*
org.php.ruler.ide/*.tmp
org.php.ruler.ide/*.bak
org.php.ruler.ide/*.swp
org.php.ruler.ide/local.properties
org.php.ruler.ide/.settings/
org.php.ruler.ide/.loadpath
# External tool builders
org.php.ruler.ide/.externalToolBuilders/
# Locally stored "Eclipse launch configurations"
org.php.ruler.ide/*.launch
# PDT-specific
org.php.ruler.ide/.buildpath
# xText
org.php.ruler.ide/src-gen/**
org.php.ruler.ide/xtend-gen/**
org.php.ruler.ide/model/**
>>>>>>> newProject/master
# Ruler UI project
# Ruler main project
org.ruler.ui/.metadata
org.ruler.ui/bin/**
org.ruler.ui/tmp/**
org.ruler.ui/tmp/**/*
org.ruler.ui/*.tmp
org.ruler.ui/*.bak
org.ruler.ui/*.swp
org.ruler.ui/local.properties
org.ruler.ui/.settings/
org.ruler.ui/.loadpath
# External tool builders
org.ruler.ui/.externalToolBuilders/
# Locally stored "Eclipse launch configurations"
org.ruler.ui/*.launch
# PDT-specific
org.ruler.ui/.buildpath
# xText
org.ruler.ui/src-gen/**
org.ruler.ui/xtend-gen/**
# Ruler tests project
org.ruler.tests/.metadata
org.ruler.tests/bin/**
org.ruler.tests/tmp/**
org.ruler.tests/tmp/**/*
org.ruler.tests/*.tmp
org.ruler.tests/*.bak
org.ruler.tests/*.swp
org.ruler.tests/local.properties
org.ruler.tests/.settings/
org.ruler.tests/.loadpath
# External tool builders
org.ruler.test/.externalToolBuilders/
# Locally stored "Eclipse launch configurations"
org.ruler.tests/*.launch
# PDT-specific
org.ruler.tests/.buildpath
# xText
org.ruler.tests/src-gen/**
org.ruler.tests/xtend-gen/**
bin/**
tmp/**
tmp/**/*
# Ruler tests project
org.php.ruler.tests/.metadata
org.php.ruler.tests/bin/**
org.php.ruler.tests/tmp/**
org.php.ruler.tests/tmp/**/*
org.php.ruler.tests/*.tmp
org.php.ruler.tests/*.bak
org.php.ruler.tests/*.swp
org.php.ruler.tests/local.properties
org.php.ruler.tests/.settings/
org.php.ruler.tests/.loadpath
# External tool builders
org.php.ruler.test/.externalToolBuilders/
# Locally stored "Eclipse launch configurations"
org.php.ruler.tests/*.launch
# PDT-specific
org.php.ruler.tests/.buildpath
# phpunit cache file
TestingRuler/.phpunit.result.cache
# xText
org.php.ruler.tests/src-gen/**
org.php.ruler.tests/xtend-gen/**
/bin
/tmp
*.tmp
*.bak
*.swp
local.properties
.settings/
.loadpath
# External tool builders
.externalToolBuilders/
# Locally stored "Eclipse launch configurations"
*.launch
# PDT-specific
.buildpath
# JetBrain
.idea/
src-gen/
vendor/
composer.phar
.DS_Store