nahida 1 жил өмнө
parent
commit
0ca6adef9f
1 өөрчлөгдсөн 50 нэмэгдсэн , 0 устгасан
  1. 50 0
      .gitignore

+ 50 - 0
.gitignore

@@ -0,0 +1,50 @@
+
+# .gitignore
+# Bytecode files
+*.class
+
+# IntelliJ IDEA
+.idea/
+*.iml
+*.iws
+*.ipr
+
+# Eclipse
+.classpath
+.project
+.settings/
+bin/
+target/
+
+# Maven
+target/
+pom.xml.tag
+pom.xml.releaseBackup
+pom.xml.versionsBackup
+release.properties
+dependency-reduced-pom.xml
+
+# Visual Studio Code
+.vscode/
+
+# OS generated files #
+.DS_Store
+.DS_Store?
+._*
+.Spotlight-V100
+.Trashes
+
+# Environment variables file
+.env
+
+# Logs
+logs/
+*.log
+
+# Runtime data
+*.run
+
+# Spring Boot
+build/
+*.jar
+*.war