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.

Add default .gitignore file when creating a new project

See original GitHub issue

clio_env and .clio-cache are in the working tree when a new project is created. That should not be the case.

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:9 (9 by maintainers)

github_iconTop GitHub Comments

1reaction
andreyluizcommented, Dec 17, 2019

Oh, I see what’s wrong. I didn’t cd into the project to make a git status. Now I see it untracked. You’re right. My bad.

0reactions
andreyluizcommented, Dec 17, 2019

Yup, please.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Ignoring files - GitHub Docs
Configuring ignored files for a single repository · Open TerminalTerminalGit Bash. · Navigate to the location of your Git repository. · Create a...
Read more >
git - How to create a .gitignore file - Stack Overflow
For a .gitignore file choose Other → Empty and click on Next. Type in the name (.gitignore) into the Save As field and...
Read more >
What is Gitignore and How to Add it to Your Repo
To create a local .gitignore file, create a text file and name it .gitignore (remember to include the . at the beginning). Then...
Read more >
How to setup .gitignore file - Tech Blost
Open Terminal. Enter the directory where the project is located. Create a .gitignore file for your repository and add your rules, then save...
Read more >
Create a .gitignore
Navigate to the folder that contains the files for your project. · If you have not yet created a .git file, run the...
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