This commit is contained in:
@@ -0,0 +1,32 @@
|
||||
# Files and folders to include in Flux-oss mirror
|
||||
# Lines starting with '#' are comments
|
||||
|
||||
# --- Top-level open-source docs ---
|
||||
#LICENSE
|
||||
README.md
|
||||
#CONTRIBUTING.md
|
||||
#CHANGELOG.md
|
||||
|
||||
# --- Open-source code ---
|
||||
#src/open/**
|
||||
#examples/**
|
||||
#tests/open/**
|
||||
#include/**
|
||||
#scripts/public/**
|
||||
#docs/**
|
||||
#!docs/internal/**
|
||||
|
||||
# --- Configuration files ---
|
||||
#pyproject.toml
|
||||
#package.json
|
||||
#requirements.txt
|
||||
#Makefile
|
||||
#Dockerfile
|
||||
|
||||
# --- CI/CD and workflow files (if public-safe) ---
|
||||
#.github/**
|
||||
#.gitea/workflows/ci.yml
|
||||
|
||||
# --- Optional assets ---
|
||||
#assets/logos/**
|
||||
#!assets/logos/private/**
|
||||
Reference in New Issue
Block a user