.cobblemon-data/ # Git .git .gitignore # Mix artifacts /_build /deps *.ez # Generated on crash by the VM erl_crash.dump # Static artifacts /priv/static # Since we are building assets from assets/, # we ignore priv/static. You may want to comment # this depending on your deployment strategy. /priv/static/ # Ignore package manager lock files npm-debug.log yarn-error.log # Editor and IDE files .elixir_ls .vscode .idea # OS files .DS_Store Thumbs.db # Docker docker-compose.yml Dockerfile .dockerignore # Environment variables .env .env.*