mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-07-18 03:21:13 +01:00
45 lines
557 B
YAML
45 lines
557 B
YAML
# Folder Rules
|
|
Database:
|
|
- SQL/**
|
|
|
|
'🗺️ Mapping - Away Ship/Away Site':
|
|
- maps/away/**
|
|
|
|
'🗺️ Mapping - Dungeon':
|
|
- maps/dungeon_spawns/**
|
|
|
|
'🗺️ Mapping - Event':
|
|
- maps/event/**
|
|
|
|
'🗺️ Mapping - Random Ruins':
|
|
- maps/random_ruins/**
|
|
|
|
'🗺️ Mapping - Runtime':
|
|
- maps/runtime/**
|
|
|
|
'🗺️ Mapping - Horizon':
|
|
- maps/sccv_horizon/**
|
|
|
|
'🗺️ Mapping - Templates':
|
|
- maps/templates/**
|
|
|
|
Sounds:
|
|
- sound/**
|
|
|
|
TGUI:
|
|
- tgui/**
|
|
|
|
Tools:
|
|
- tools/**
|
|
- .github/**
|
|
|
|
# File Type Rules
|
|
Javascript:
|
|
- '**/*.js'
|
|
|
|
Python:
|
|
- '**/*.py'
|
|
|
|
Sprites:
|
|
- '**/*.dmi'
|