Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
W
Web interface
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Container registry
Analyze
Contributor analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
GRANEF
Analysis
Web interface
Commits
a70dbec5
Commit
a70dbec5
authored
7 months ago
by
Milan Čermák
Browse files
Options
Downloads
Patches
Plain Diff
Ignore python files and VSCode directory
parent
4e028a8e
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitignore
+10
-1
10 additions, 1 deletion
.gitignore
with
10 additions
and
1 deletion
.gitignore
+
10
−
1
View file @
a70dbec5
# 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
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment