This website works better with JavaScript
Home
Explore
Help
Sign In
githab
/
cakephp
Watch
2
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Browse Source
Making gitignore entries absolute with respect to the repository root.
jperras
16 years ago
parent
11365e7a09
commit
d94c7c2fe5
1 changed files
with
4 additions
and
4 deletions
Split View
Show Diff Stats
4
4
.gitignore
+ 4
- 4
.gitignore
View File
@@ -1,4 +1,4 @@
-app/config
-app/tmp
-plugins
-vendors
+
/
app/config
+
/
app/tmp
+
/
plugins
+
/
vendors