mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-04 13:06:50 +00:00
40 lines
413 B
Text
40 lines
413 B
Text
# .NET build files
|
|
bin/
|
|
obj/
|
|
|
|
# rust build files
|
|
target/
|
|
|
|
# IDE files
|
|
.idea/
|
|
.run/
|
|
.vscode/
|
|
.zed/
|
|
.mono/
|
|
tags/
|
|
.DS_Store
|
|
mono_crash*
|
|
.DotSettings
|
|
|
|
# Dependencies
|
|
node_modules/
|
|
|
|
# User configuration
|
|
.env
|
|
.envrc
|
|
pluralkit.conf
|
|
pluralkit.*.conf
|
|
*.DotSettings.user
|
|
|
|
# Generated
|
|
.direnv
|
|
logs/
|
|
.version
|
|
recipe.json
|
|
.docker-bin/
|
|
PluralKit.Bot/commands.cs
|
|
PluralKit.Bot/commandtypes.cs
|
|
|
|
# nix
|
|
.nix-process-compose
|
|
result
|