Skip to content

Commit

Permalink
v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Cruze03 committed Jul 17, 2024
1 parent fab97e7 commit 58ccac9
Show file tree
Hide file tree
Showing 31 changed files with 1,794 additions and 2,965 deletions.
65 changes: 65 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,65 @@
#
# The file was created by KitsuneLab - Entity (@Sples1)
#
### KitsuneLab ###
# Folders
.build/
.vanish/

# SourcePawn
*.smx

# Others
*.exe
*.dat
*.bat

### VisualStudioCode ###
.vscode/
.vs/
*.code-workspace

# Local History for Visual Studio Code
.history/

### VisualStudioCode Patch ###
# Ignore all local history of files
.history
.ionide

### Windows ###
# Windows thumbnail cache files
Thumbs.db
Thumbs.db:encryptable
ehthumbs.db
ehthumbs_vista.db

# Dump file
*.stackdump

# Folder config file
[Dd]esktop.ini

# Recycle Bin used on file shares
$RECYCLE.BIN/

# Windows Installer files
*.cab
*.msi
*.msix
*.msm
*.msp

# Windows shortcuts
*.lnk

# macOS-specific files and directories to ignore
.DS_Store
.AppleDouble/
__MACOSX/

# Remove dotnet normal build
bin/
obj/
*.sln
*.txt
64 changes: 64 additions & 0 deletions Clientprefs/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,64 @@
#
# The file was created by KitsuneLab - Entity (@Sples1)
#
### KitsuneLab ###
# Folders
.build/
.vanish/

# SourcePawn
*.smx

# Others
*.exe
*.dat
*.bat

### VisualStudioCode ###
.vscode/
.vs/
*.code-workspace

# Local History for Visual Studio Code
.history/

### VisualStudioCode Patch ###
# Ignore all local history of files
.history
.ionide

### Windows ###
# Windows thumbnail cache files
Thumbs.db
Thumbs.db:encryptable
ehthumbs.db
ehthumbs_vista.db

# Dump file
*.stackdump

# Folder config file
[Dd]esktop.ini

# Recycle Bin used on file shares
$RECYCLE.BIN/

# Windows Installer files
*.cab
*.msi
*.msix
*.msm
*.msp

# Windows shortcuts
*.lnk

# macOS-specific files and directories to ignore
.DS_Store
.AppleDouble/
__MACOSX/

# Remove dotnet normal build
bin/
obj/
*.sln
Loading

0 comments on commit 58ccac9

Please sign in to comment.