Skip to content

Commit cd8cf71

Browse files
authored
Merge pull request #224 from jakub-g/chores
Chores: gitignore npm-debug and add .gitattributes
2 parents 561f4ea + ee4bdaf commit cd8cf71

File tree

3 files changed

+27
-42
lines changed

3 files changed

+27
-42
lines changed

.gitattributes

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
* text=auto
2+
3+
*.css eol=lf
4+
*.eslintrc eol=lf
5+
*.gitattributes eol=lf
6+
*.gitignore eol=lf
7+
*.gradle eol=lf
8+
*.h eol=lf
9+
*.html eol=lf
10+
*.java eol=lf
11+
*.js eol=lf
12+
*.jscsrc eol=lf
13+
*.json eol=lf
14+
*.m eol=lf
15+
*.map eol=lf
16+
*.md eol=lf
17+
*.modulemap eol=lf
18+
*.npmignore eol=lf
19+
*.pch eol=lf
20+
*.plist eol=lf
21+
*.sh eol=lf
22+
*.xml eol=lf
23+
*.yml eol=lf
24+
25+
*.jar binary
26+
*.png binary

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,4 @@ cordova-ionic-phonegap-branch-deep-linking.iml
1111
local.properties
1212
out/
1313
src/cordova-ionic-phonegap-branch-deep-linking.iml
14+
npm-debug.log

npm-debug.log

Lines changed: 0 additions & 42 deletions
This file was deleted.

0 commit comments

Comments
 (0)