Skip to content

Commit

Permalink
Add .vs to gitignore, add json.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ottermandias committed Jan 22, 2021
1 parent 6419795 commit bdb3830
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
bin/
obj/
obj/
.vs/
10 changes: 10 additions & 0 deletions GatherBuddy.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"Author": "Ottermandias",
"Name": "GatherBuddy",
"Description": "Adds the slash commands /gather [itemname] and /gathergroup [groupname].",
"InternalName": "GatherBuddy",
"AssemblyVersion": "1.1.0.0",
"RepoUrl": "https://github.com/Ottermandias/GatherBuddy",
"ApplicableVersion": "any",
"DalamudApiLevel": 2
}

0 comments on commit bdb3830

Please sign in to comment.