feat: extend ignores

This commit is contained in:
П$iх 2022-08-03 22:28:22 +03:00
parent 3cea551988
commit 53e186f896
2 changed files with 48 additions and 13 deletions

View File

@ -1,11 +1,36 @@
# go generations
*.exe
# IDEA project files
/.idea
/.run
# Visual Studio Code workspace files
/workstations.code-workspace
/.vscode
/golang-app.code-workspace
# directories
/vendor/
/build/
# git
/.git
/.gitignore
# docker
/Dockerfile
/docker-compose.yml
/docker-compose-services.yml
# tools
/.gitlab-ci.yml
/.golangci.yaml
# OS
.DS_Store
# artefacts
*.exe
/bin
/build
/data
/docs
/node_modules
/vendor
# environment
/.env
/.env.docker
/config.yaml

22
.gitignore vendored
View File

@ -4,11 +4,21 @@
# IDEA project files
/.idea
# Visual Studio Code workspace files
/workstations.code-workspace
/.vscode
/golang-app.code-workspace
# directories
/vendor/
/build/
# OS
.DS_Store
.env
.env.docker
# artefacts
*.exe
/bin
/build
/data
/node_modules
/vendor
# environment
/.envenv
/.env.docker
/config.yaml