Magic-xpa
Magic-xpa, temiz bir depoyu korumak için Magic xpa projelerine özgü yapı eserlerini, bağımlılıkları ve geçici dosyaları hariç tutabilir. Bir .gitignore
dosyası, Git sürüm kontrol sistemlerinde Git'in göz ardı etmesi gereken kasıtlı olarak izlenmeyen dosyaları belirtmek için kullanılır. Bu, özellikle derlenmiş ikili dosyalar, günlük dosyaları, geçici dosyalar veya IDE'ye özgü dosyalar gibi depoya ait olmayan dosya ve dizinlerin sürüm kontrolü tarafından izlenmesini engellemek için kullanışlıdır.
Örnek Magic-xpa Dosyası
Magic-xpa.gitignore dosyası, projenizde belirli dosyaları yoksaymanıza izin verir. Kurulum için mutlaka yazıya göz atın.
# refer to http://www.magicsoftware.com/magic-xpa-application-platform
# ProgramHeaders.xml serves as a cache file for program headers which is rebuilt if non existent
ProgramHeaders.xml
# DataSourcesIndex.xml serves as a cache file for header information of DataSources.xml which is rebuilt if non existent
DataSourcesIndex.xml
# ignores cross reference results stored in project directory
*.XRF
# ignores studio options and their backups
*.opt
*.optback
# sometimes Magic creates backups of different xml files, not deleted on crashes
*_BCK.xml
# if a project is opened, a .lock file is created in the project directory to prevent multiple opens, ignored.
*.lock