Skip to content
Snippets Groups Projects
Commit a70dbec5 authored by Milan Čermák's avatar Milan Čermák
Browse files

Ignore python files and VSCode directory

parent 4e028a8e
Branches
Tags
No related merge requests found
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files. # See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
# Ignore virtual environment
/.venv
# Ignore directory by Visual Studio Code
/.vscode
# Ignore all Python cache files
*.pyc
# dependencies # dependencies
**/node_modules **/node_modules
**/.pnp **/.pnp
...@@ -31,4 +40,4 @@ database ...@@ -31,4 +40,4 @@ database
**/.idea **/.idea
# Postgresql # Postgresql
./pgdata ./pgdata
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment