AutomationStudio
Automation Studio, otomasyon sistemlerini tasarlamak, simüle etmek ve programlamak için kullanılan bir yazılımdır. .gitignore dosyası, sürüm kontrolü için proje dosyalarını, yapı eserlerini 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 AutomationStudio Dosyası
AutomationStudio.gitignore dosyası, projenizde belirli dosyaları yoksaymanıza izin verir. Kurulum için mutlaka yazıya göz atın.
## Automation Studio : ignore temporary files and build results (.gitignore parallel to *.apj)
# Ignore AR versions as those are not considered part of the project
/AS/System/
# Ignore build results
/Binaries/
# Ignore debugging configurations (Watch,...)
/Diagnosis/
# Ignore Temporary Safety files
/Physical/*/*/*/DLFiles/
# Ignore standard temp folder
/Temp/
# Ignore upgrades as those are not considered part of the project source code
/Upgrades/
# Ignore user settings file
/*.set
# Ignore is open indication
/*.isopen
# Ignore debug logs
/debug.log
# Ignore Conversion logs (AS2 to AS3)
/ConvertLog.txt