12 lines
598 B
Markdown
12 lines
598 B
Markdown
# gitignore
|
|
|
|
Quick and dirty way to generate a gitignore file.
|
|
Usage:
|
|
`gitignore <langagues/frameworks/editors>`
|
|
|
|
You can either comma-separate this or space-separate this. You will be asked to save the file (to .gitignore in the current folder) or just view it.
|
|
|
|
I recommend viewing it first and double checking if it's all good before running it again and saving.
|
|
|
|
It includes gitignore values for Vim by default as this is the default editor I use. For CMake projects it also includes the folder `build/` as this is standard for my programming, and is not included by default from gitignore.io.
|