Refreshed gitignore

This commit is contained in:
Sebastian Fischlmayr 2023-05-04 13:53:50 +02:00
parent 9b2f95aee4
commit 550e6c5ac9
Signed by: Maverick
GPG key ID: 6379E413924A4E77
3 changed files with 2 additions and 18 deletions

View file

@ -1,5 +0,0 @@
namespace Flux_Systems_Assistant;
public class Class1
{
}

2
Flux_System_Assistant/.gitignore vendored Normal file
View file

@ -0,0 +1,2 @@
obj/*
bin/*

View file

@ -1,13 +0,0 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Discord.Net" Version="3.10.0" />
</ItemGroup>
</Project>