pleshevski.ru/.gitignore

23 lines
186 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
2022-03-18 00:06:01 +03:00
!/static