Files
deno-valideno/.gitignore
Sebastian Seedorf cd6ed23d47 Initial
2020-05-26 00:11:46 +02:00

23 lines
320 B
Plaintext

*.orig
*.pyc
*.swp
/.idea
/.vscode
gclient_config.py_entries
/gh-pages
/target
# Files that help ensure VSCode can work but we don't want checked into the
# repo
/node_modules
/tsconfig.json
package.json
package-lock.json
# yarn creates this in error.
tools/node_modules/
# MacOS generated files
.DS_Store
.DS_Store?