Commit Graph

10 Commits

Author SHA1 Message Date
Mikhail Zolotukhin
cf90219cde chore: remove vscode stuff 2022-02-09 22:29:09 +03:00
Mikhail Zolotukhin
88ea838e4b chore: add JetBrains IDE dir to gitignore 2022-02-07 15:45:17 +03:00
Mikhail Zolotukhin
1fd49761a3 chore: ignore all clang format files 2021-11-20 04:56:14 +03:00
Mikhail Zolotukhin
428f79744c chore: add CPP related stuff to gitignore 2021-11-03 16:34:53 +03:00
Mikhail Zolotukhin
18b988887a build: improve tsc recompilation times 2021-10-08 23:48:19 +03:00
Mikhail Zolotukhin
b88d0b768d build: 📝 use SPDX statements for licencing 2021-09-04 18:22:29 +03:00
Mikhail Zolotukhin
847942e780 Use npm scripts and wrap makefile around it
Advantages:
- Building description is more readable (top to bottom)
- Build step is extracted from package step
- Abstraction layers are not mixed within the tools ("Scripts describe
  how to build, Npm calls scripts, Make calls Npm" instead of "Make
  describes build, calls Npm")
- No duplication of package description in Makefile and package.json
2021-08-26 22:35:46 +03:00
Eon S. Jeon
36c6fef9e3 gitignore non-important files 2019-04-03 23:59:09 +09:00
Eon S. Jeon
588ec48269 add testing facility to the project 2019-04-03 23:57:45 +09:00
Eon S. Jeon
1893b0fbe2 add Makefile and .gitignore 2018-11-09 20:45:24 +09:00