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. # Temporary Files
# Learn more about .gitignore: #-------------------------
# https://www.atlassian.com/git/tutorials/saving-changes/gitignore writable/cache/*
!writable/cache/.gitkeep
# Node artifact files writable/logs/*
node_modules/ !writable/logs/.gitkeep
dist/
# Compiled Java class files writable/session/*
*.class !writable/session/.gitkeep
# Compiled Python bytecode writable/uploads/*
*.py[cod] !writable/uploads/.gitkeep
# Log files writable/debugbar/*
*.log !writable/debugbar/.gitkeep
# 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/**/*.db
writable/**/*.sqlite