summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorIván Ávalos <avalos@disroot.org>2023-02-26 00:39:00 -0600
committerIván Ávalos <avalos@disroot.org>2023-02-26 00:39:00 -0600
commitcf038e04b39f8b88059a10787bb0212c5da692c5 (patch)
tree49338a908bc103d9c3096c626f71107e1185017b /.gitignore
downloadpmsna1-cf038e04b39f8b88059a10787bb0212c5da692c5.tar.gz
pmsna1-cf038e04b39f8b88059a10787bb0212c5da692c5.tar.bz2
pmsna1-cf038e04b39f8b88059a10787bb0212c5da692c5.zip
Initial commit
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore44
1 files changed, 44 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..24476c5
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,44 @@
+# Miscellaneous
+*.class
+*.log
+*.pyc
+*.swp
+.DS_Store
+.atom/
+.buildlog/
+.history
+.svn/
+migrate_working_dir/
+
+# IntelliJ related
+*.iml
+*.ipr
+*.iws
+.idea/
+
+# The .vscode folder contains launch configuration and tasks you configure in
+# VS Code which you may wish to be included in version control, so this line
+# is commented out by default.
+#.vscode/
+
+# Flutter/Dart/Pub related
+**/doc/api/
+**/ios/Flutter/.last_build_id
+.dart_tool/
+.flutter-plugins
+.flutter-plugins-dependencies
+.packages
+.pub-cache/
+.pub/
+/build/
+
+# Symbolication related
+app.*.symbols
+
+# Obfuscation related
+app.*.map.json
+
+# Android Studio will place build artifacts here
+/android/app/debug
+/android/app/profile
+/android/app/release