Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
fc-pregmod
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
macaronideath
fc-pregmod
Commits
45c80905
Commit
45c80905
authored
4 years ago
by
ezsh
Browse files
Options
Downloads
Patches
Plain Diff
Remove VSCode tasks file as its content varies from system to system
parent
2edd19a3
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitignore
+1
-70
1 addition, 70 deletions
.gitignore
.vscode/tasks.json
+0
-35
0 additions, 35 deletions
.vscode/tasks.json
with
1 addition
and
105 deletions
.gitignore
+
1
−
70
View file @
45c80905
...
@@ -16,76 +16,6 @@ Sessionx.vim
...
@@ -16,76 +16,6 @@ Sessionx.vim
tags
tags
[._]*.un~
[._]*.un~
# C extensions
*.so
# Distribution / packaging
.Python
env/
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
*.egg-info/
.installed.cfg
*.egg
bin/*
# PyInstaller
# Usually these files are written by a python script from a template
# before PyInstaller builds the exe, so as to inject date/other infos into it.
*.manifest
*.spec
# Installer logs
pip-log.txt
pip-delete-this-directory.txt
# Unit test / coverage reports
htmlcov/
.tox/
.coverage
.coverage.*
.cache
nosetests.xml
coverage.xml
*,cover
.hypothesis/
# Translations
*.mo
*.pot
# Django stuff:
*.log
local_settings.py
# Flask stuff:
instance/
.webassets-cache
# Scrapy stuff:
.scrapy
# Sphinx documentation
docs/_build/
# PyBuilder
target/
# IPython Notebook
.ipynb_checkpoints
# pyenv
.python-version
# celery beat schedule file
# celery beat schedule file
celerybeat-schedule
celerybeat-schedule
...
@@ -112,6 +42,7 @@ yarn.lock
...
@@ -112,6 +42,7 @@ yarn.lock
# Visual Studio Code
# Visual Studio Code
.vscode/settings.json
.vscode/settings.json
.vscode/tasks.json
*.code-workspace
*.code-workspace
# WebStorm
# WebStorm
...
...
This diff is collapsed.
Click to expand it.
.vscode/tasks.json
deleted
100644 → 0
+
0
−
35
View file @
2edd19a3
{
//
See
https://go.microsoft.com/fwlink/?LinkId=
733558
//
for
the
documentation
about
the
tasks.json
format
"version"
:
"2.0.0"
,
"command"
:
"Test build"
,
"tasks"
:
[
{
"label"
:
"Compile"
,
"type"
:
"shell"
,
"command"
:
"./compile.sh"
,
"windows"
:
{
"command"
:
".
\\
compile.bat"
},
"group"
:
"build"
,
"presentation"
:
{
"reveal"
:
"always"
,
"panel"
:
"new"
},
"problemMatcher"
:
[]
},
{
"label"
:
"Run in Chrome"
,
"type"
:
"process"
,
"command"
:
"chrome.exe"
,
"windows"
:
{
"command"
:
"C:
\\
Program Files (x86)
\\
Google
\\
Chrome
\\
Application
\\
chrome.exe"
},
"group"
:
"test"
,
"args"
:
[
"${workspaceRoot}/bin/FC_pregmod.html"
,
"--incognito"
],
"problemMatcher"
:
[],
}
]
}
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