Create Pawn.gitignore#2550
Create Pawn.gitignore#2550Southclaws wants to merge 2 commits intogithub:masterfrom Southclaws:master
Conversation
|
Duplicated? And you forgot |
|
This is more aimed at Pawn packages and sampctl. You generally should not commit your IDE (and thus the settings file) onto source control - especially for libraries. IDEs typically reside in your applications directory not your project directory. |
|
I'm going to close this out because the value of maintaining a template like this in the repository isn't clear to me. @Southclaws if you still feel this should be a template listed in this repository, please read the section about specialized templates and open a new pull request that follows the new pattern. |
|
Fair enough, I understand it's not considered mainstream enough to be accepted. It's not as necessary now since the command line tool will generate the .gitignore files for fresh project now anyway 👍 |
Reasons for making this change:
Rules for the popular scripting language, Pawn which is in use by the San Andreas Multiplayer open source community. This language also has a package manager called sampctl which also has a few non-repo metadata files.
This contains rules for:
.amxfilesdependencies/directory - where vendored dependencies are stored for package managementpawn.lockfile which contains a cache of a flattened dependency treeLinks to documentation supporting these rule changes:
If this is a new template:
Link to application or project’s homepage:
SA:MP: http://sa-mp.com and http://wiki.sa-mp.com
Current community compiler docs: https://github.com/Zeex/pawn/wiki