Saving Project Files

There are project files that need to be saved into a repository.

The following table lists project files that either need or do not need to be committed to a version control repository.

Table 1. Project Files Saved to Repository
Directory or File(s) Commit?
Project directory
Makefile
Source files
build directory
dist directory
nbproject directory
configurations.xml
project.properties
project.xml
Makefile-*
Package-*
private directory
Green Check: required to generate the project image

Red X: these directories/files are regenerated and therefore do not need to be saved

See “Files Window View” for more on the project structure.