Skip to content

Default .gitignore for Spigot/Bukkit Minecraft plugins

Notifications You must be signed in to change notification settings

redbau/Spigot-GitIgnore

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

Spigot-GitIgnore

Discord

  • The defaults I use for my plugins on our survival Minecraft server: WilderCraft (play.wildercraft.net)

How to use

  1. Add this file to your project git repo
  2. run git add .gitignore && git commit -m 'added gitignore spigot defaults from redbau'
  3. Optionally you can run this to remove files from your repo that shouldn't be in here now: git rm --cached `git ls-files -i --exclude-from=.gitignore`
  4. That's it! This will keep a lot of crufty files out of your git repo now

About

Default .gitignore for Spigot/Bukkit Minecraft plugins

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published