organize
This commit is contained in:
+51
-25
@@ -1,31 +1,57 @@
|
||||
# Node
|
||||
node_modules/
|
||||
|
||||
# Shadow-cljs
|
||||
.shadow-cljs/
|
||||
.nrepl-port
|
||||
|
||||
# Expo / React Native
|
||||
todo-expo/app/
|
||||
todo-expo/.expo/
|
||||
todo-expo/android/
|
||||
todo-expo/ios/
|
||||
|
||||
# Flutter / ClojureDart
|
||||
todo-flutter/build/
|
||||
todo-flutter/.clojuredart/
|
||||
todo-flutter/.dart_tool/
|
||||
todo-flutter/.cpcache/
|
||||
todo-flutter/.packages
|
||||
|
||||
# Clojure
|
||||
.cpcache/
|
||||
# OS
|
||||
.DS_Store
|
||||
Thumbs.db
|
||||
|
||||
# IDE
|
||||
.idea/
|
||||
*.iml
|
||||
.vscode/
|
||||
|
||||
# OS
|
||||
.DS_Store
|
||||
Thumbs.db
|
||||
# Node
|
||||
node_modules/
|
||||
npm-debug.*
|
||||
|
||||
# Expo / React Native
|
||||
.expo/
|
||||
app/
|
||||
ios/
|
||||
web-build/
|
||||
|
||||
# Shadow-cljs / Clojure
|
||||
.shadow-cljs/
|
||||
.nrepl-port
|
||||
.cpcache/
|
||||
.lsp/.cache
|
||||
.lsp/sqlite.db
|
||||
.clj-kondo/.cache
|
||||
.calva/
|
||||
pom.xml
|
||||
|
||||
# Flutter / Dart
|
||||
**/build/
|
||||
.dart_tool/
|
||||
.flutter-plugins
|
||||
.flutter-plugins-dependencies
|
||||
.pub-cache/
|
||||
.pub/
|
||||
.packages
|
||||
**/doc/api/
|
||||
|
||||
# ClojureDart
|
||||
.clojuredart/
|
||||
lib/cljd-out/
|
||||
test/cljd-out/
|
||||
|
||||
# Gradle / Android
|
||||
.gradle/
|
||||
local.properties
|
||||
gradle/wrapper/gradle-wrapper.jar
|
||||
captures/
|
||||
|
||||
# Kotlin
|
||||
*.class
|
||||
|
||||
# Misc
|
||||
*.log
|
||||
*.pyc
|
||||
*.swp
|
||||
|
||||
Reference in New Issue
Block a user