-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
78 lines (66 loc) · 1.54 KB
/
.gitignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
# Flutter/Dart/Pub 관련 파일들
.dart_tool/
.packages
.pub-cache/
build/
flutter_*.png
*.lock
**/generated_plugin_registrant.cc
**/generated_plugin_registrant.h
**/pubpec.lock
# Android 관련 파일들
android/.gradle/
android/.idea/
android/.vscode/
android/build/
android/app/build/
# iOS 관련 파일들
ios/Flutter/flutter_export_environment.sh
ios/Pods/
ios/.symlinks/
ios/Flutter/Generated.xcconfig
ios/Flutter/ephemeral/
# Xcode 관련 파일들
**/*.xcodeproj/*
!**/*.xcodeproj/project.pbxproj
!**/*.xcodeproj/xcshareddata/xcschemes/*.xcscheme
**/*.xcworkspace/*
!**/*.xcworkspace/contents.xcworkspacedata
!**/*.xcworkspace/xcshareddata/*.xcscmblueprint
*.xcuserstate
# IntelliJ related files
.idea/
*.iml
*.ipr
*.iws
# VS Code 관련 파일들
.vscode/
# MacOS 관련 파일들
macos/.flutter-plugins
macos/.flutter-plugins-dependencies
macos/.flutter-plugins-version
macos/Flutter/ephemeral/
macos/Flutter/GeneratedPluginRegistrant.swift
macos/Flutter/Generated.xcconfig
# Web 관련 파일들
web/.dart_tool/
web/.packages
web/build/
# Windows 관련 파일들
windows/.dart_tool/
windows/.flutter-plugins
windows/.flutter-plugins-dependencies
windows/Flutter/ephemeral/
windows/Flutter/GeneratedPluginRegistrant.cpp
windows/flutter/generated_plugin_registrant.h
# Linux 관련 파일들
linux/.dart_tool/
linux/.flutter-plugins
linux/.flutter-plugins-dependencies
linux/Flutter/ephemeral/
linux/Flutter/GeneratedPluginRegistrant.cc
linux/flutter/generated_plugin_registrant.h
# Dart package specific files
**/doc/api/
# Obsolete files
.dart_tools/