mirror of https://github.com/wg-easy/wg-easy
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
25 lines
276 B
25 lines
276 B
# Compiled output
|
|
.sass-cache/
|
|
.log/
|
|
.vscode/
|
|
.editorconfig
|
|
# Node
|
|
src/node_modules
|
|
npm-debug.logn
|
|
# Git
|
|
.git/
|
|
.gitignore
|
|
.github/
|
|
# Docker
|
|
.dockerignore
|
|
docker-compose.dev.yml
|
|
docker-compose.yml
|
|
# Assets
|
|
assets/
|
|
# System files
|
|
.DS_Store
|
|
Thumbs.db
|
|
# Docs
|
|
docs/
|
|
*.md
|
|
.secret-*
|
|
|