forked from git-mirrors/GeyserConnect
Add licence infomation
This commit is contained in:
parent
41cbf86de6
commit
bb5628acf6
25 changed files with 577 additions and 18 deletions
6
.gitignore
vendored
6
.gitignore
vendored
|
@ -185,7 +185,7 @@ fabric.properties
|
|||
# Ignores the whole .idea folder and all .iml files
|
||||
# See https://github.com/joeblau/gitignore.io/issues/186 and https://github.com/joeblau/gitignore.io/issues/360
|
||||
|
||||
.idea/
|
||||
#.idea/
|
||||
|
||||
# Reason: https://github.com/joeblau/gitignore.io/issues/186#issuecomment-249601023
|
||||
|
||||
|
@ -220,3 +220,7 @@ nbdist/
|
|||
.nb-gradle/
|
||||
|
||||
# End of https://www.gitignore.io/api/git,java,maven,eclipse,netbeans,jetbrains+all
|
||||
|
||||
# Copyright header files
|
||||
.idea/*
|
||||
!.idea/copyright/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue