pleshevski.ru/.gitignore
2022-03-16 22:19:13 +03:00

22 lines
177 B
Text

/*
# editors
!/.vscode
# git
!/.gitignore
# makefile
!/makefile
# config
!/.eslintrc.yml
!/tsconfig.json
# node modules
!/package.json
!/package-lock.json
# sources
!/src