Start with basic .gitignore and .gitattributes files.
darkmorford -
2421e150d830
Not Reviewed
Show More
Add another comment
TODOs: 0 unresolved 0 Resolved
COMMENTS: 0 General 0 Inline
@@ -0,0 +1,14
1 # Anything not explicitly listed
2 * text=auto
3
4 # Code files
5 *.php text
6 *.css text
7 *.js text
8 *.html text
9
10 # Images
11 *.png binary
12 *.jpg binary
13 *.gif binary
14 *.psd binary
1 NO CONTENT: new file 100644
NO CONTENT: new file 100644
Comments 0
You need to be logged in to leave comments. Login now