Skip to content

Commit

Permalink
Minor git meta tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
klaudiosinani committed Jul 22, 2018
1 parent 0cd94e1 commit 7849b8e
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 11 deletions.
3 changes: 0 additions & 3 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -1,5 +1,2 @@
* text=auto
*.js text eol=lf
*.psd binary
*.pfd binary
*.ai binary
23 changes: 15 additions & 8 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,12 +1,19 @@
.idea
.directory
.DS_Store
Thumbs.db
# dependencies
node_modules
yarn.lock

# logs
*.log

# OS
.DS_Store

# IDE
.vscode
.idea
*.swp
*.swo
tags
cscope.*
*~
yarn.lock

# coverage
.nyc_output
coverage

0 comments on commit 7849b8e

Please sign in to comment.