I am using Gitlab to deploy my application.
I have few files that needs to be synced to the Gitlab but dont want that to be deployed to the Production.
eg: read.md,notes,snippets.
I know that adding the files to the .gitignore will do the task but it will completely ignore the files.
Are there any other alternative?