mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
Revert "Make paths relative in .gitignore"
This reverts commit f933b7f97f.
This is sadly not how gitignore works.
This commit is contained in:
8
.gitignore
vendored
8
.gitignore
vendored
@@ -1,9 +1,9 @@
|
||||
.DS_Store
|
||||
./.meteor
|
||||
/.meteor
|
||||
*~
|
||||
./dev_bundle
|
||||
./dev_bundle*.tar.gz
|
||||
./dist
|
||||
/dev_bundle
|
||||
/dev_bundle*.tar.gz
|
||||
/dist
|
||||
\#*\#
|
||||
.\#*
|
||||
.idea
|
||||
|
||||
Reference in New Issue
Block a user