Skip to content

Commit

Permalink
Add git/svn files.
Browse files Browse the repository at this point in the history
  • Loading branch information
nathanrice committed Aug 6, 2018
1 parent 7a9455c commit 090333b
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# Default behavior
* text=auto

# Text files
*.php text
*.css text
*.js text
*.md text

# Binary files
*.png binary
*.jpg binary
*.gif binary
*.ico binary
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
.DS_Store
Thumbs.db
.svn
node_modules/
5 changes: 5 additions & 0 deletions .svnignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
.git
.gitignore
.gitattributes
.svnignore
node_modules

0 comments on commit 090333b

Please sign in to comment.