소스 검색

Update .gitignore

Updated gitignore for future updates
TC pushbot 5 4 년 전
부모
커밋
4d88af202b
1개의 변경된 파일9개의 추가작업 그리고 0개의 파일을 삭제
  1. 9 0
      .gitignore

+ 9 - 0
.gitignore

@@ -1,4 +1,8 @@
+# Operating System Trash
 */Thumbs.db
+*/._*
+
+# Files that should not go into the main branch
 src/aroz_online.exe
 src/aroz_online
 src/localhost.crt
@@ -8,5 +12,10 @@ src/system/storage.json
 src/subservice/*
 src/*.go_disabled
 src/system/ao.db
+
+# WebApps that cannot be published
+src/web/Cyinput/*
+
+# Release folder and database stuffs
 */aofs.db
 release/