Files
dotfiles/fd/ignore
2025-08-13 21:46:48 +02:00

42 lines
651 B
Plaintext

# vim: filetype=gitignore
#───────────────────────────────────────────────────────────────────────────────
**/*.app/*
**/*.pxd/*
Juegos/**
# git
.gitignore
.git
# INFO files
*INFO*
# general
LICENSE
.editorconfig
# node
package.json
.prettierrc
.eslintrc
.eslintrc.json
package-lock.json
versions.json
manifest.json
tsconfig.json
jsconfig.json
esbuild.config.mjs
biome.json
node_modules/*
# python
__init__.py
pyproject.toml
requirements.txt
# nvim-plugins
stylua.toml
# vscode
.vscode