Skip to content
This repository was archived by the owner on Sep 11, 2018. It is now read-only.

Commit 7b133b6

Browse files
author
Sean Perkins
authored
Merge pull request #70 from jdnichollsc/master
Fix gitignore to include .js files required
2 parents 6bf72cf + 8a12000 commit 7b133b6

File tree

3 files changed

+8
-0
lines changed

3 files changed

+8
-0
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,9 @@ testem.log
3434
/typings
3535
yarn.lock
3636
*.js
37+
!symlink.js
38+
!karma.conf.js
39+
!protractor.conf.js
3740

3841
# e2e
3942
/e2e/*.js

nativescript/.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ app/**/*
88
!app/vendor-platform.ios.ts
99
!app/vendor.ts
1010

11+
!gulpfile.js
12+
!webpack.config.js
13+
1114
src/app
1215
src/assets
1316
src/node_modules

src/fonts/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# Custom fonts
2+
You can add your *.ttf files into this folder to include custom fonts

0 commit comments

Comments
 (0)