mirror of
https://gitea.blesmrt.net/mikaela/language-resources.git
synced 2024-11-22 11:09:39 +01:00
21 lines
369 B
Plaintext
21 lines
369 B
Plaintext
# SPDX-FileCopyrightText: 2023 Aminda Suomalainen
|
|
#
|
|
# SPDX-License-Identifier: CC0-1.0
|
|
|
|
# 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
|