GitIgnore File for logtalk

Create a .gitignore file to tell git which files or folders to ignore in your logtalk project.

# Created by https://Shodkk.com/create-gitignore (Shantanu Bombatkar) SirDeploy Package
# It helps deploy fakeserver ReactApp on Heroku and Github Pages
#  Hope it helps || Thanks for Using SirDeploy Package

### Logtalk ###
# gitignore template for LogTalk, a programming language that builds upon Prolog
# website: https://logtalk.org/

# Logtalk temporary file directories
.lgt_tmp/
lgt_tmp/

# Logtalk default unit testing and doclet results and logs directories
logtalk_tester_logs/
logtalk_doclet_logs/

# backend Prolog compiler temporary files
.pl-history
*.out
*.xwam
*.qo
*.ql
*.itf
*.po

 # Star the Repo https://github.com/shaantanu9/SirDeploy
# https://www.linkedin.com/in/shantanu-bombatkar/ 
# End of File
Download logtalk.gitignore

List Of Files and Folders That Get Ignored using this Gitignore code

Above Code Helps ignore following files from logtalk Project

gitignore template for LogTalk, a programming language that builds upon Prolog

website: https://logtalk.org/

Logtalk temporary file directories

Logtalk default unit testing and doclet results and logs directories

backend Prolog compiler temporary files

If you have any questions or suggestions please feel free to contact us


Feedback is the most important part of any website.

If you have any query, suggestion or feedback, Please feel free to contact us.