This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
jeremy
/
advent-of-code-2023
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
Add gitignore
master
Jeremy Soumokil
2 years ago
parent
ca34aef653
commit
44f61ea190
1 changed files
with
41 additions
and
12 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+41
-12
.gitignore
+ 41
- 12
.gitignore
View File
@ -1,25 +1,54 @@
# ---> Kotlin
# Compiled class file
# IntelliJ IDEA
.idea/
*.iml
*.iws
*.iws.original
*.ipr
*.class
# Log file
*.log
# Gradle
.gradle/
build/
!gradle-wrapper.jar
# Kotlin
*.kotlin_module
# BlueJ files
*.ctxt
# OS-specific files
.DS_Store
Thumbs.db
# Mobile Tools for Java (J2ME)
.mtj.tmp/
# Logs and databases
*.log
*.log.*
*.json
*.sqlite
*.db
*.hprof
# Package Files #
#
Compiled files
*.jar
*.war
*.nar
*.ear
*.zip
*.tar.gz
*.rar
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
hs_err_pid*
# Dependency directories
/bin/
/build/
/lib/
/out/
/target/
# Eclipse
.settings/
# User-specific files
*.suo
*.user
*.swp
*.DS_Store
# Visual Studio Code
.vscode/
Write
Preview
Loading…
Cancel
Save