Skip to content

Commit 73d083b

Browse files
committed
Update ignore files
1 parent fd0f2bf commit 73d083b

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.gitignore

+1-3
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,6 @@
1010
*.sublime-*
1111
.brackets.json
1212
_notes
13-
.tmproj
14-
.gradle/
15-
.settings/
1613

1714
# logs and cache
1815
/logs/
@@ -68,3 +65,4 @@ composer.phar
6865
*.key
6966

7067
# Project related
68+
*.tgz

.npmignore

+3-1
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,13 @@
99
.eslintignore
1010
.eslintrc
1111
.gitattributes
12-
.gitignore
12+
/.gitignore
13+
.npmignore
1314

1415
bower.json
1516
npm-shrinkwrap.json
1617
package-lock.json
18+
yarn.lock
1719

1820
CONTRIBUTING.md
1921

0 commit comments

Comments
 (0)