question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

.gitignore artifacts

See original GitHub issue

Software 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:closed
  • Created 4 years ago
  • Comments:6 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
IlCallocommented, Nov 17, 2020

Local gitignore for jest and cypress has been added

Will add others as we proceed updating existing harnesses

0reactions
MichaelJColecommented, Dec 5, 2020

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!

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found