.gitignore generator, uses the gitignore.io api to fetch. Uses my usual gitignore config, with `build/` ignored on CMake configs and always including vim.
Go to file
Ruben Dahl 5628942b4f
Initial commit
2023-08-19 21:41:50 +02:00
README.md Initial commit 2023-08-19 21:41:50 +02:00
gitignore Initial commit 2023-08-19 21:41:50 +02:00

README.md

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.