gitignore legacy optimize directory (#44314)

While the optimize directory has moved to data/optimize, folks likely
still have their old optimize directory sitting around, and we don't
want them to accidentally commit it.
This commit is contained in:
Court Ewing 2019-08-28 15:01:24 -04:00 committed by GitHub
parent ec713f2e82
commit 67d65cc47d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

1
.gitignore vendored
View file

@ -8,6 +8,7 @@ node_modules
!/src/dev/npm/integration_tests/__fixtures__/fixture1/node_modules
!/src/dev/notice/__fixtures__/node_modules
trash
/optimize
/built_assets
target
/build