language-resources/.gitignore

21 lines
369 B
Plaintext
Raw Normal View History

2023-05-09 11:05:05 +02:00
# SPDX-FileCopyrightText: 2023 Aminda Suomalainen
#
# SPDX-License-Identifier: CC0-1.0
2023-12-09 09:27:02 +01:00
# prettier v4.0.0-alpha.3-1 brought this in
node_modules
# All dotfiles
.*
# Except not these. Uncomment if the popular ones make an appearance here.
!.editorconfig
!.gitattributes
#!.github
!.gitignore
#!.gitlab-ci.yml
#!.gitmodules
#!.mailmap
!.pre-commit-config.yaml
#!.reuse