summaryrefslogtreecommitdiff
path: root/.gitignore
AgeCommit message (Collapse)Author
2021-07-14gitignorems
2020-11-25docker-based build instructionsFlorian Dold
2020-11-13fix distFlorian Dold
2020-08-06towards integration tests with fault injectionFlorian Dold
2020-08-03cleanupFlorian Dold
2020-08-03build systemFlorian Dold
2020-08-03modularize repo, use pnpm, improve typecheckingFlorian Dold
2020-07-20gitignoreFlorian Dold
2019-11-01gitignoreFlorian Dold
2019-10-19ignore old build scripts folderng0
2019-10-01unignoreng0
2019-09-20A first solution for #5899ng0
2019-08-19adhere better to GNU guidlinesFlorian Dold
2019-08-18get rid of web-common and build directory (in favor of just dist/)Florian Dold
2019-05-07gitignoreFlorian Dold
2017-10-14gitignoreFlorian Dold
2017-06-04warn about incompatible versions on withdrawFlorian Dold
2017-05-28gitignoreFlorian Dold
2017-05-27update gitignoreFlorian Dold
2017-04-24Reorganize module loading.Florian Dold
We now use webpack instead of SystemJS, effectively bundling modules into one file (plus commons chunks) for every entry point. This results in a much smaller extension size (almost half). Furthermore we use yarn/npm even for extension run-time dependencies. This relieves us from manually vendoring and building dependencies. It's also easier to understand for new developers familiar with node.
2016-11-27gitignoreFlorian Dold
2016-11-27modularize i18nFlorian Dold
2016-11-19missing files / bump manifestFlorian Dold
2016-11-16incrementally verify denomsFlorian Dold
The denominations are not stored in a separate object store.
2016-11-15re-add vendor / fix gitignoreFlorian Dold
2016-11-13restructuringFlorian Dold
2016-11-13gitignoreFlorian Dold
2016-11-13Finally give in and use React, minor tweeks.Florian Dold
Preact (a minimalistic React alternative) had too many bugs ...
2016-11-03test harness for both browser and nodeFlorian Dold
2016-10-11gitignoreFlorian Dold
gitignore
2016-10-10add node_modules to address #4364Florian Dold
2016-04-06gitignoreFlorian Dold
2016-03-18clean up i18nFlorian Dold
2016-03-17gitignoreFlorian Dold
2016-03-01gitignoreFlorian Dold
2016-02-09new reserve creation protocolFlorian Dold
2016-01-10The great modularization.Florian Dold
Use ES6 module syntax and SystemJS modules for everything. Some testing stubs were added as well.