mirror of https://github.com/zulip/zulip.git
gitignore: Anchor patterns that should be anchored.
This commit is contained in:
parent
d35f062040
commit
2ed02a0c5d
|
@ -23,7 +23,7 @@
|
||||||
*.pyc
|
*.pyc
|
||||||
|
|
||||||
/queue_error
|
/queue_error
|
||||||
.vagrant
|
/.vagrant
|
||||||
/var
|
/var
|
||||||
|
|
||||||
# Static build
|
# Static build
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
_build
|
/_build
|
||||||
|
|
|
@ -1,10 +1,13 @@
|
||||||
min/
|
# Code
|
||||||
source-map/
|
|
||||||
/js/bundle.js
|
/js/bundle.js
|
||||||
|
/min/
|
||||||
|
/source-map/
|
||||||
|
/webpack-bundles
|
||||||
|
|
||||||
|
# Other
|
||||||
/generated/emoji
|
/generated/emoji
|
||||||
/generated/pygments_data.js
|
/generated/pygments_data.js
|
||||||
/generated/github-contributors.json
|
/generated/github-contributors.json
|
||||||
|
/locale/en
|
||||||
/locale/language_options.json
|
/locale/language_options.json
|
||||||
/third/emoji-data
|
/third/emoji-data
|
||||||
/webpack-bundles
|
|
||||||
/locale/en
|
|
||||||
|
|
Loading…
Reference in New Issue