init
This commit is contained in:
41
fd/ignore
Normal file
41
fd/ignore
Normal file
@@ -0,0 +1,41 @@
|
||||
# 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
|
||||
Reference in New Issue
Block a user