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
65d86e9f9f
commit
3230e1decc
1 changed files
with
61 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+61
-0
.idea/.gitignore
+ 61
- 0
.idea/.gitignore
View File
@ -0,0 +1,61 @@
# IntelliJ IDEA
.idea/
*.iml
*.iws
*.iws.original
*.ipr
*.iws.original
*.iws
*.class
# Gradle
.gradle/
build/
!gradle-wrapper.jar
# Kotlin
*.kotlin_module
# OS-specific files
.DS_Store
Thumbs.db
# Logs and databases
*.log
*.log.*
*.json
*.sqlite
*.db
*.hprof
# Compiled files
*.class
*.jar
*.war
*.ear
*.zip
*.tar.gz
*.rar
# Dependency directories
/bin/
/build/
/lib/
/out/
/target/
# Eclipse
.settings/
# User-specific files
.idea/
*.suo
*.user
*.swp
*.DS_Store
# Visual Studio Code
.vscode/
# macOS
.DS_Store
Write
Preview
Loading…
Cancel
Save