This commit is contained in:
2023-11-06 16:12:42 +05:30
commit c9a96798e9
188 changed files with 68949 additions and 0 deletions
+35
View File
@@ -0,0 +1,35 @@
# Ignore compiled files
*.class
*.war
*.jar
*.ear
# Ignore build directories
target/
bin/
out/
# Ignore IDE-specific files and directories
.idea/
.vscode/
*.suo
*.user
*.sln
.DS_Store
# Ignore log files and backups
*.log
*.log.*
*.bak
*.swp
# Ignore user-specific files
user.settings
# Ignore configuration files
application.properties
# Ignore specific directories
node_modules/
build/
.next