cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

.gitignore - examples?

ChrisPaine
SAP Mentor
SAP Mentor
986

Hi All,

was wondering if anyone had a decent .gitignore file that they were using to stop github from pulling useless files from your neo builds? I found the other day that I had loads of junk being brought across that I didn't want (like the class path definitions for example!)

I'll try to create my own, but if anyone has already done it, would be good - and you might want to fork and pull https://github.com/github/gitignore

Cheers,


Chris

View Entire Topic
leovanhengel
Active Participant
0 Likes

Hi Chris,

Currently i am using this simple one, but happy to know what others are using.

Cheers,

Leo

# Eclipse project files

.classpath

.project

.settings

target

# NetWeaver Cloud Properties https://github.com/sapnwcloudlabs/nwcloud-maven-plugin

nwcloud.properties