- Added CsBot3::Matrix library in src/lib - Added dotenv support - Added login, room joining, and event listening functions
66 lines
No EOL
973 B
Text
66 lines
No EOL
973 B
Text
# Created by https://www.toptal.com/developers/gitignore/api/perl,visualstudiocode,dotenv
|
|
# Edit at https://www.toptal.com/developers/gitignore?templates=perl,visualstudiocode,dotenv
|
|
|
|
### dotenv ###
|
|
.env
|
|
|
|
### Perl ###
|
|
!Build/
|
|
.last_cover_stats
|
|
/META.yml
|
|
/META.json
|
|
/MYMETA.*
|
|
*.o
|
|
*.pm.tdy
|
|
*.bs
|
|
|
|
# Devel::Cover
|
|
cover_db/
|
|
|
|
# Devel::NYTProf
|
|
nytprof.out
|
|
|
|
# Dist::Zilla
|
|
/.build/
|
|
|
|
# Module::Build
|
|
_build/
|
|
Build
|
|
Build.bat
|
|
|
|
# Module::Install
|
|
inc/
|
|
|
|
# ExtUtils::MakeMaker
|
|
/blib/
|
|
/_eumm/
|
|
/*.gz
|
|
/Makefile
|
|
/Makefile.old
|
|
/MANIFEST.bak
|
|
/pm_to_blib
|
|
/*.zip
|
|
|
|
# Carton
|
|
local/
|
|
|
|
### VisualStudioCode ###
|
|
.vscode/*
|
|
!.vscode/settings.json
|
|
!.vscode/tasks.json
|
|
!.vscode/launch.json
|
|
!.vscode/extensions.json
|
|
!.vscode/*.code-snippets
|
|
|
|
# Local History for Visual Studio Code
|
|
.history/
|
|
|
|
# Built Visual Studio Code Extensions
|
|
*.vsix
|
|
|
|
### VisualStudioCode Patch ###
|
|
# Ignore all local history of files
|
|
.history
|
|
.ionide
|
|
|
|
# End of https://www.toptal.com/developers/gitignore/api/perl,visualstudiocode,dotenv |