Add Newlines to end of .gitignore files, specifically the new app skel

Even though I think the fight is a bit futile, it is considered best practice to have newlines at the end of all files.  At the request of meteor/meteor#7786, this commit adds newlines to the end of the new app skeleton `.gitignore` file.  These skel files are used when generating new meteor apps so this avoids perpetuation of this problem into futrue generations. ;)

In an effort to beef up this PR, I also took the liberty of fixing the few other Meteor files which were lacking newlines (all `.gitignore` files)

Closes meteor/meteor#7786
This commit is contained in:
Jesse Rosenberger
2016-09-21 20:05:45 +03:00
parent 4c2ba4ff4b
commit cba649f709
6 changed files with 6 additions and 6 deletions

2
packages/.gitignore vendored
View File

@@ -1,2 +1,2 @@
.meteor
*/.meteor
*/.meteor

View File

@@ -1,2 +1,2 @@
.build*
.!*
.!*

View File

@@ -1 +1 @@
node_modules
node_modules

View File

@@ -1,4 +1,4 @@
*.tar.gz
*.exe
*.pdb
*_.cs
*_.cs

View File

@@ -1 +1 @@
node_modules/
node_modules/

View File

@@ -1 +1 @@
node_modules/
node_modules/