pleshevski.ru/.gitignore

27 lines
229 B
Plaintext
Raw Normal View History

2022-03-16 22:17:07 +03:00
/*
# editors
!/.vscode
2022-03-22 10:15:23 +03:00
# ignores
2022-03-16 22:17:07 +03:00
!/.gitignore
2022-03-22 10:15:23 +03:00
!/.dockerignore
# docker
!/Dockerfile
2022-03-16 22:17:07 +03:00
# 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