summaryrefslogtreecommitdiffstats
path: root/.gitignore
AgeCommit message (Collapse)Author
2024-03-02remove user and platform specific files from `.gitignore`Sebastian Thiel
Users should instead configure a local excludes file by placing the following into the per-user `~/.gitconfig` for example. ```` [core] excludesFile = ~/.gitignore ```` Now it's easy to generaet a suitable `~/.gitignore` file using https://gitignore.io for instance.
2024-03-02Ignore .vscode directory (same as .idea)Piotr Wach
2019-06-23Add `Cargo.lock` because this is a binaryPascal Hertleif
2019-06-04ignore ds-storeSebastian Thiel
2019-05-29First instantiation of templateSebastian Thiel