FIRST_COMMIT

This commit is contained in:
Venba 2024-02-02 11:39:28 +00:00
parent 8c8f6bfde4
commit f9399462e7

60
.gitignore vendored
View File

@ -1,50 +1,20 @@
# These are some examples of commonly ignored file patterns.
# You should customize this list as applicable to your project.
# Learn more about .gitignore:
# https://www.atlassian.com/git/tutorials/saving-changes/gitignore
#-------------------------
# Temporary Files
#-------------------------
writable/cache/*
!writable/cache/.gitkeep
# Node artifact files
node_modules/
dist/
writable/logs/*
!writable/logs/.gitkeep
# Compiled Java class files
*.class
writable/session/*
!writable/session/.gitkeep
# Compiled Python bytecode
*.py[cod]
writable/uploads/*
!writable/uploads/.gitkeep
# Log files
*.log
# Package files
*.jar
# Maven
target/
dist/
# JetBrains IDE
.idea/
# Unit test reports
TEST*.xml
# Generated by MacOS
.DS_Store
# Generated by Windows
Thumbs.db
# Applications
*.app
*.exe
*.war
# Large media files
*.mp4
*.tiff
*.avi
*.flv
*.mov
*.wmv
writable/debugbar/*
!writable/debugbar/.gitkeep
writable/**/*.db
writable/**/*.sqlite