Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/victornpb/ultimate-gitignore
The ultimate Javascript development .gitignore
https://github.com/victornpb/ultimate-gitignore
babel boilerplate defaults git gitignore javascript nodejs npm pnpm react rollup scaffolding template vue web webpack yarn
Last synced: 3 months ago
JSON representation
The ultimate Javascript development .gitignore
- Host: GitHub
- URL: https://github.com/victornpb/ultimate-gitignore
- Owner: victornpb
- License: cc0-1.0
- Created: 2022-04-21T19:00:55.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-05-14T20:36:21.000Z (over 2 years ago)
- Last Synced: 2024-10-07T01:40:33.458Z (4 months ago)
- Topics: babel, boilerplate, defaults, git, gitignore, javascript, nodejs, npm, pnpm, react, rollup, scaffolding, template, vue, web, webpack, yarn
- Language: JavaScript
- Homepage: https://victornpb.github.io/ultimate-gitignore
- Size: 74.2 KB
- Stars: 4
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
ultimate-gitignore
===============================================================================
The ultimate Javascript development `.gitignore`This project [compiles multiple][template] .gitignore from the [GitHub's gitignore Collection][github-gitignore].
It attempts to be a sensible default .gitignore file for Javascript Projects and libraries (Node.JS / Browser)For more information about how `.gitignore` files work, and how to use them,
the following resources are a great place to start:- The [Ignoring Files chapter][chapter] of the [Pro Git][progit] book.
- The [Ignoring Files article][help] on the GitHub Help site.
- The [gitignore(5)][man] manual page.[man]: http://git-scm.com/docs/gitignore
[help]: https://help.github.com/articles/ignoring-files
[chapter]: https://git-scm.com/book/en/Git-Basics-Recording-Changes-to-the-Repository#_ignoring
[progit]: http://git-scm.com/bookAdd to your project folder
===============================================================================### Run this command
```sh
npx ultimate-gitignore
```#### Precompiled file
You can also download a precompiled file, if you don't want to run the build script:```sh
curl https://victornpb.github.io/ultimate-gitignore/ultimate.gitignore > .gitignore
```
#### Manually download the:
### **[ultimate.gitignore][download]**Summary
-------------------------------------------------------------------------------| | |
|----------|---------------------|
| Rules | 155 |
| Comments | 134 |
| Total | 388 lines (7.81 KB) |For more details check out [template.txt][template] and [exclude.txt][exclude]
Contributing workflow
-------------------------------------------------------------------------------Here’s how we suggest you go about proposing a change to this project:
1. [Fork this project][fork] to your account.
2. [Create a branch][branch] for the change you intend to make.
3. Make your changes to your fork.
4. [Send a pull request][pr] from your fork’s branch to our `main` branch.Using the web-based interface to make changes is fine too, and will help you
by automatically forking the project and prompting to send a pull request too.[fork]: https://help.github.com/articles/fork-a-repo/
[branch]: https://help.github.com/articles/creating-and-deleting-branches-within-your-repositoryLicense
-------------------------------------------------------------------------------[CC0-1.0](./LICENSE).
[github-gitignore]:
[pr]:
[template]:
[exclude]:
[download]: "Download the ultimate .gitignore file"