add .gitignore
This commit is contained in:
parent
46e87a388c
commit
00eecaf7c6
|
@ -0,0 +1,18 @@
|
||||||
|
# SPDX-FileCopyrightText: 2024 Aminda Suomalainen <suomalainen+git@mikaela.info>
|
||||||
|
#
|
||||||
|
# SPDX-License-Identifier: CC0-1.0
|
||||||
|
|
||||||
|
# Ban dotfiles except
|
||||||
|
.*
|
||||||
|
!.editorconfig
|
||||||
|
!.gitattributes
|
||||||
|
!.gitignore
|
||||||
|
!.gnupg
|
||||||
|
!.pre-commit-config.yaml
|
||||||
|
!.ssh
|
||||||
|
# pre-commit
|
||||||
|
node_modules/
|
||||||
|
|
||||||
|
# symlinks, paws off
|
||||||
|
gnupg
|
||||||
|
ssh
|
Loading…
Reference in New Issue