Skip to content
Snippets Groups Projects
Commit 27d0caf5 authored by Brandon Rodriguez's avatar Brandon Rodriguez
Browse files

Initial commit

parents
Branches
No related merge requests found
#EditorConfig
http://EditorConfig.org
# Top-most EditorConfig File.
root = true
# Unix-style newlines with a newline ending every file.
[*]
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true
# Set properties for most file types.
[*.{css,scss,py,js,json,php,jar,c,sh}]
# Set character encoding
charset = utf-8
# Set tabbing styles.
indent_style = space
indent_size = 4
# Set properties for html.
[*.{html,blade.php}]
# Set character encoding
charset = utf-8
# Set tabbing styles.
indent_style = space
indent_size = 2
# Do not track local environment settings.
.venv/
.vscode/
.idea/
.vs/
env/
temp/
venv/
# Do not track local environment logs.
*.log
*.log.*
# JavaScript - NodeJS MySql Example
## Description
Example of using a NodeJS JavaScript application to connect to MySQL and make database queries.
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment