pleshevski.ru/.gitignore

22 lines
177 B
Plaintext
Raw Normal View History

2022-03-16 22:17:07 +03:00
/*
# editors
!/.vscode
# git
!/.gitignore
# makefile
!/makefile
# config
!/.eslintrc.yml
!/tsconfig.json
# node modules
!/package.json
!/package-lock.json
# sources
!/src