41 lines
651 B
Text
41 lines
651 B
Text
# 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
|