You've already forked tribes-plugin-aether
forked from tribes/tribes-plugin-template
603ad5d0ae
Add a repo-local Guix manifest, direnv backend selection, and PATH-based hook configuration for the Aether plugin development environment.
47 lines
450 B
Plaintext
47 lines
450 B
Plaintext
# Dependencies and build
|
|
/deps/
|
|
/_build/
|
|
/dist/
|
|
/result
|
|
/result-*
|
|
|
|
# Node
|
|
/node_modules/
|
|
/assets/node_modules/
|
|
/priv/static/*
|
|
!/priv/static/.gitkeep
|
|
|
|
# Browser tooling
|
|
.playwright-mcp/
|
|
|
|
# Generated on crash
|
|
erl_crash.dump
|
|
|
|
# Editor and OS
|
|
.elixir_ls/
|
|
.vscode/
|
|
.idea/
|
|
*.swp
|
|
*.swo
|
|
*~
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Env files
|
|
.env
|
|
.env.local
|
|
|
|
# To do list
|
|
/TODO.md
|
|
|
|
# Devenv
|
|
.devenv*
|
|
.env
|
|
.null-ls_*.nix
|
|
devenv.local.nix
|
|
.guix-dev/
|
|
.dev-shell
|
|
|
|
# direnv
|
|
.direnv
|