mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-10 00:42:41 +01:00
07767fda00
Summary: Submoduling is slightly convenient for developers but hellishly difficult for many users. Since we make about a dozen updates to Javelin per year, just include the source directly. Even if we run `git submodule status` more often, this creates additional problems for users with PATH misconfigured. Fixes T2062 by nuking it from orbit. Test Plan: Loaded site, browsed around. Grepped for references to submodules. Reviewers: btrahan, vrana CC: aran Maniphest Tasks: T2062 Differential Revision: https://secure.phabricator.com/D4581
25 lines
466 B
Text
25 lines
466 B
Text
.DS_Store
|
|
._*
|
|
*.o
|
|
*.so
|
|
*.a
|
|
|
|
/externals/libfbjs/parser.lex.cpp
|
|
/externals/libfbjs/parser.yacc.cpp
|
|
/externals/libfbjs/parser.yacc.hpp
|
|
/externals/libfbjs/parser.yacc.output
|
|
|
|
/support/javelinsymbols/javelinsymbols
|
|
/support/jsast/jsast
|
|
/support/jsxmin/jsxmin
|
|
|
|
# Diviner artifacts
|
|
/docs/
|
|
/.divinercache/
|
|
|
|
/support/diviner/.phutil_module_cache
|
|
|
|
# Mac OSX build artifacts
|
|
/support/jsast/jsast.dSYM/
|
|
/support/jsxmin/jsxmin.dSYM/
|
|
/support/javelinsymbols/javelinsymbols.dSYM/
|