mirror of
https://github.com/meteor/meteor.git
synced 2026-01-10 08:08:24 -05:00
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:
2
packages/.gitignore
vendored
2
packages/.gitignore
vendored
@@ -1,2 +1,2 @@
|
||||
.meteor
|
||||
*/.meteor
|
||||
*/.meteor
|
||||
|
||||
2
packages/code-prettify/.gitignore
vendored
2
packages/code-prettify/.gitignore
vendored
@@ -1,2 +1,2 @@
|
||||
.build*
|
||||
.!*
|
||||
.!*
|
||||
|
||||
2
scripts/admin/eslint/.gitignore
vendored
2
scripts/admin/eslint/.gitignore
vendored
@@ -1 +1 @@
|
||||
node_modules
|
||||
node_modules
|
||||
|
||||
2
scripts/windows/.gitignore
vendored
2
scripts/windows/.gitignore
vendored
@@ -1,4 +1,4 @@
|
||||
*.tar.gz
|
||||
*.exe
|
||||
*.pdb
|
||||
*_.cs
|
||||
*_.cs
|
||||
|
||||
2
tools/static-assets/skel/.gitignore
vendored
2
tools/static-assets/skel/.gitignore
vendored
@@ -1 +1 @@
|
||||
node_modules/
|
||||
node_modules/
|
||||
|
||||
2
tools/tests/apps/shell/.gitignore
vendored
2
tools/tests/apps/shell/.gitignore
vendored
@@ -1 +1 @@
|
||||
node_modules/
|
||||
node_modules/
|
||||
|
||||
Reference in New Issue
Block a user