Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
controller
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
TFS
controller
Commits
07a5bb5a
Commit
07a5bb5a
authored
3 years ago
by
Lluis Gifre Renom
Browse files
Options
Downloads
Patches
Plain Diff
Updated gitignore file
parent
29231f0d
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitignore
+5
-1
5 additions, 1 deletion
.gitignore
with
5 additions
and
1 deletion
.gitignore
+
5
−
1
View file @
07a5bb5a
...
@@ -49,6 +49,7 @@ coverage.xml
...
@@ -49,6 +49,7 @@ coverage.xml
*.py,cover
*.py,cover
.hypothesis/
.hypothesis/
.pytest_cache/
.pytest_cache/
.benchmarks/
cover/
cover/
# Translations
# Translations
...
@@ -85,7 +86,7 @@ ipython_config.py
...
@@ -85,7 +86,7 @@ ipython_config.py
# pyenv
# pyenv
# For a library or package, you might want to ignore these files since the code is
# For a library or package, you might want to ignore these files since the code is
# intended to run in multiple environments; otherwise, check them in:
# intended to run in multiple environments; otherwise, check them in:
#
.python-version
.python-version
# pipenv
# pipenv
# According to pypa/pipenv#598, it is recommended to include Pipfile.lock in version control.
# According to pypa/pipenv#598, it is recommended to include Pipfile.lock in version control.
...
@@ -117,6 +118,9 @@ venv.bak/
...
@@ -117,6 +118,9 @@ venv.bak/
.spyderproject
.spyderproject
.spyproject
.spyproject
# VSCode project settings
.vscode/
# Rope project settings
# Rope project settings
.ropeproject
.ropeproject
...
...
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