.gitignore artifacts
See original GitHub issueSoftware version
OS: Ubuntu 18 Node: 10 NPM: yarn Any other software related to your bug:
What did you get as the error?
I noticed after adding this extension and playing with it, git wanted to commit all it’s artifacts.
What were you expecting?
.gitignore
artifacts
ZAP_WEEKLY*.zip
test/jest/coverage/*
test/lighthouse/reports/*
test/cypress/videos/*
test/cypress/screenshots/*
test/audits/*
What steps did you take, to get the error?
quasar ext add @quasar/testing
yarn [run some stuff]
git status
Issue Analytics
- State:
- Created 4 years ago
- Comments:6 (4 by maintainers)
Top Results From Across the Web
.gitignore file - ignoring files in Git | Atlassian Git Tutorial
Ignored files are usually build artifacts and machine generated files that can be derived from your repository source or should otherwise not be...
Read more >Can I .gitignore the `artifacts` folder? It has enormous files in it.
You can safely gitignore any build folder, including the artifacts folder. It is, by default, ignored in the basic template, ...
Read more >Git Ignore File: How and When to Use It - Perforce
Artifacts are produced throughout the development process. These large binary assets can be completed builds, precompiled headers, ...
Read more >.gitignore - Ignoring Files In Git | W3Docs Git Tutorial
Ignored files are the ones that Git has been told to ignore. They are considered to be build artifacts. If you want these...
Read more >Use the .artifactignore file - Azure Artifacts - Microsoft Learn
artifactignore is a text file that controls which files are uploaded when you publish a Universal Package or a Pipeline Artifact. .
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Local gitignore for jest and cypress has been added
Will add others as we proceed updating existing harnesses
Hi @IlCallo , I tried this again and ran into some issues with XWindows on WSL. My previous config was there, but not the new stuff.
I’ll try this again on my native linux laptop in a week or two and if there’s a problem I’ll open it again.
Thanks again for looking at it!