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

.gitignore - examples?

ChrisPaine
SAP Mentor
SAP Mentor
985

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

Accepted Solutions (1)

Accepted Solutions (1)

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


Answers (1)

Answers (1)

matt_steiner
SAP Mentor
SAP Mentor
0 Likes

Not sure what you're looking for exactly, but you can check out the .gitignore files on the following repos:

github.com/sapnwcloud

github.com/sapnwcloudlabs

BR,

Matthias