nc-photos/plugin/.gitignore

31 lines
541 B
Text
Raw Permalink Normal View History

2022-03-11 15:44:43 +01:00
# Miscellaneous
*.class
*.log
*.pyc
*.swp
.DS_Store
.atom/
.buildlog/
.history
.svn/
2024-05-20 16:16:26 +02:00
migrate_working_dir/
2022-03-11 15:44:43 +01: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.
2024-05-20 16:16:26 +02:00
#.vscode/
2022-03-11 15:44:43 +01:00
# Flutter/Dart/Pub related
2024-05-20 16:16:26 +02:00
# Libraries should not include pubspec.lock, per https://dart.dev/guides/libraries/private-files#pubspeclock.
/pubspec.lock
2022-03-11 15:44:43 +01:00
**/doc/api/
.dart_tool/
.packages
2024-05-20 16:16:26 +02:00
build/