mirror of
https://gitea.blesmrt.net/mikaela/language-resources.git
synced 2024-11-22 02:59:28 +01:00
.gitignore: practically rewrite
This commit is contained in:
parent
d2365d0746
commit
b5052eb83a
17
.gitignore
vendored
17
.gitignore
vendored
@ -2,4 +2,19 @@
|
|||||||
#
|
#
|
||||||
# SPDX-License-Identifier: CC0-1.0
|
# SPDX-License-Identifier: CC0-1.0
|
||||||
|
|
||||||
.~lock*#
|
# 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
|
||||||
|
Loading…
Reference in New Issue
Block a user