Refreshed gitignore
This commit is contained in:
parent
9b2f95aee4
commit
550e6c5ac9
3 changed files with 2 additions and 18 deletions
|
@ -1,5 +0,0 @@
|
||||||
namespace Flux_Systems_Assistant;
|
|
||||||
|
|
||||||
public class Class1
|
|
||||||
{
|
|
||||||
}
|
|
2
Flux_System_Assistant/.gitignore
vendored
Normal file
2
Flux_System_Assistant/.gitignore
vendored
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
obj/*
|
||||||
|
bin/*
|
|
@ -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>
|
|
Loading…
Add table
Add a link
Reference in a new issue