mirror of
https://github.com/janishutz/libreevent.git
synced 2025-11-25 05:14:23 +00:00
lint, git, circleci, basics
This commit is contained in:
14
.gitignore
vendored
Normal file
14
.gitignore
vendored
Normal file
@@ -0,0 +1,14 @@
|
||||
#
|
||||
# myevent - .gitignore
|
||||
#
|
||||
# Created by Janis Hutz 02/26/2023, Licensed under the GPL V3 License
|
||||
# https://janishutz.com, development@janishutz.com
|
||||
#
|
||||
#
|
||||
|
||||
|
||||
# ignore ALL .log files
|
||||
*.log
|
||||
|
||||
# ignore node_modules (can be rebuilt with npm i --> shrinks repo size)
|
||||
node_modules
|
||||
Reference in New Issue
Block a user