feat: extend ignores

This commit is contained in:
2022-08-03 22:28:22 +03:00
parent 3cea551988
commit 53e186f896
2 changed files with 48 additions and 13 deletions
+32 -7
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
+16 -6
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