fluffychat/.gitignore

64 lines
903 B
Plaintext
Raw Permalink Normal View History

2020-01-01 18:10:13 +00:00
# Miscellaneous
*.class
*.log
*.pyc
*.swp
2020-10-06 14:31:52 +00:00
*.snap
2020-01-01 18:10:13 +00:00
.DS_Store
2021-06-29 05:59:37 +00:00
.local/
2020-01-01 18:10:13 +00:00
.atom/
.buildlog/
.history
.svn/
2020-10-13 10:20:13 +00:00
prime
2020-01-01 18:10:13 +00:00
2020-02-15 07:56:05 +00:00
# libolm package
/assets/js/package
2020-02-15 07:56:05 +00:00
2020-01-01 18:10:13 +00:00
# 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/
.dart_tool/
.flutter-plugins
.flutter-plugins-dependencies
.packages
.pub-cache/
.pub/
/build/
# Web related
2020-12-24 10:31:58 +00:00
docs/build/
docs/.jekyll-cache/
2021-02-17 06:45:29 +00:00
docs/_site/
2020-01-01 18:10:13 +00:00
# Exceptions to above rules.
!/packages/flutter_tools/test/data/dart_dependencies_test/**/.packages
/key.jks
/android/key.properties
**/android/app/.cxx
android/key.jks
2020-11-22 10:04:47 +00:00
android/keys.json
android/Gemfile.lock
2021-01-24 15:38:25 +00:00
lib/l10n_old
ios/Flutter/.last_build_id
ios/Podfile.lock
/windows/out
/winuwp/out
/linux/out
/macos/out
.vs
olm