test with gitignore file
This commit is contained in:
27
.gitignore
vendored
Normal file
27
.gitignore
vendored
Normal file
@@ -0,0 +1,27 @@
|
|||||||
|
# Hugo build output
|
||||||
|
/public/
|
||||||
|
/resources/_gen/
|
||||||
|
|
||||||
|
# Hugo module cache
|
||||||
|
/hugo_cache/
|
||||||
|
|
||||||
|
# Node.js (if using npm for assets/tooling)
|
||||||
|
node_modules/
|
||||||
|
npm-debug.log*
|
||||||
|
yarn-debug.log*
|
||||||
|
yarn-error.log*
|
||||||
|
|
||||||
|
# OS files
|
||||||
|
.DS_Store
|
||||||
|
Thumbs.db
|
||||||
|
|
||||||
|
# Editor files
|
||||||
|
.vscode/
|
||||||
|
.idea/
|
||||||
|
*.swp
|
||||||
|
*.swo
|
||||||
|
|
||||||
|
# Environment / secrets
|
||||||
|
.env
|
||||||
|
.env.local
|
||||||
|
.env.*.local
|
||||||
@@ -0,0 +1,9 @@
|
|||||||
|

|
||||||
|
|
||||||
|
This is the Hugo repository for the website https://enterprise.federated.computer.
|
||||||
|
|
||||||
|
## Overview
|
||||||
|
|
||||||
|
Enterprise is the website for Federated Core Platform a platform for building open source SaaS appliances and services using Federated Core.
|
||||||
|
|
||||||
|
If you would like permission to submit pull requests, please contact us on the Matrix channel.
|
||||||
BIN
federated_logo_black.png
Normal file
BIN
federated_logo_black.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 6.2 KiB |
Reference in New Issue
Block a user