-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
Initial ChatBot implementation
- Loading branch information
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,65 @@ | ||
# Set the default behavior, in case people don't have core.autocrlf set. | ||
* text=auto | ||
|
||
# Explicitly declare text files you want to always be normalized and converted | ||
# to native line endings on checkout. | ||
|
||
# Common formats | ||
*.html text | ||
*.xml text | ||
*.css text | ||
*.scss text | ||
*.js text | ||
*.properties text | ||
*.rtf text | ||
*.yaml text | ||
*.yml text | ||
*.md text | ||
*.json text | ||
|
||
LICENSE text | ||
|
||
# SQL scripts | ||
*.sql text | ||
|
||
# Java sources | ||
*.java text | ||
|
||
# Kotlin sources | ||
*.kt text | ||
*.kts text | ||
|
||
# Python sources | ||
*.py text | ||
|
||
# Gradle build files | ||
*.gradle text | ||
|
||
# Google protocol buffers | ||
*.proto text | ||
|
||
# Miscellaneous | ||
*.rb text | ||
*.http text | ||
|
||
# Declare files that will always have CRLF line endings on checkout. | ||
*.bat text eol=crlf | ||
|
||
# Declare files that will always have LF line endings on checkout. | ||
*.sh text eol=lf | ||
gradlew text eol=lf | ||
pull text eol=lf | ||
|
||
# Denote all files that are truly binary and should not be modified. | ||
*.png binary | ||
*.jpg binary | ||
*.gif binary | ||
*.swf binary | ||
*.jar binary | ||
*.desc binary | ||
|
||
*.scpt binary | ||
*.scssc binary | ||
|
||
# Encoded files | ||
*.enc binary |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.