mirror of
https://github.com/suitenumerique/docs
synced 2026-04-21 13:37:20 +00:00
🙈(project) add .devcontainer in gitignore
.devcontainer is used to create virtual environment for development. It is not necessary to be included in the git repository.
This commit is contained in:
parent
cc64b8c8b5
commit
c6c0c1355d
1 changed files with 1 additions and 0 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -78,3 +78,4 @@ db.sqlite3
|
|||
.idea/
|
||||
.vscode/
|
||||
*.iml
|
||||
.devcontainer
|
||||
|
|
|
|||
Loading…
Reference in a new issue