Added well formatted content for gitignore and gitattributes #18
Replies: 2 comments
-
These are excellent comments. I hope if I close this people will be able to read this comment in the future. First time I am a moderator in a GitHub discussion. So if it goes wrong, we have to reopen or write again ;-) |
Beta Was this translation helpful? Give feedback.
0 replies
-
Please provide replacement files as pull request if you wish. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I think it is good idea recommendation to insert well formatted content for the two files gitignore and gitattributes. I use tis in my projects where I use this files. The content I use is creatable from
https://gitignore.io/ and https://gitattributes.io/. I configure them with the keywords DELPHI, FreePascal, Pascal and/or Lazarus.
Here are the exact URLs for getting the correct formatted content of this two files for every project you are using this files:
https://gitattributes.io/api/delphi%2Cpascal
https://www.[toptal.com/developers/gitignore/api/delphi,freepascal,lazarus](https://www.toptal.com/developers/gitignore/api/delphi,freepascal,lazarus)
Beta Was this translation helpful? Give feedback.
All reactions