99ENV /
1010env.bak /
1111venv.bak /
12-
13- # Composer
14- composer.phar
15- * composer.phar
16- /vendor /
12+ TOKEN
13+ runtime
1714
1815# Mac OS X
1916.DS_Store
@@ -26,47 +23,14 @@ composer.phar
2623* .cfg
2724* .log
2825
29- # Exclude Files
30- ! /config /requirements.cfg
31-
32- # Exclude Locales Configurations and Translations
33- ! Locale /* /* .cfg
34-
3526# Unique Directories
3627/tmp /
37- /data /
38-
39- # Apache
40- .htaccess
41- /webroot /
42-
43- # Backups
44- /backup /
45-
46- # Example Files
47- /example /vendor /
48-
49- # Custom Module Files
50-
51- # Commit your application's lock file https://getcomposer.org/doc/01-basic-usage.md#commit-your-composer-lock-file-to-version-control
52- # You may choose to ignore a library lock file http://getcomposer.org/doc/02-libraries.md#lock-file
53- # composer.lock
54-
55-
56-
57-
58-
59-
60-
6128
6229# Byte-compiled / optimized / DLL files
6330__pycache__ /
6431* .py [cod ]
6532* $py.class
6633
67- # C extensions
68- * .so
69-
7034# Distribution / packaging
7135.Python
7236build /
@@ -144,25 +108,6 @@ target/
144108profile_default /
145109ipython_config.py
146110
147- # pyenv
148- # For a library or package, you might want to ignore these files since the code is
149- # intended to run in multiple environments; otherwise, check them in:
150- # .python-version
151-
152- # pipenv
153- # According to pypa/pipenv#598, it is recommended to include Pipfile.lock in version control.
154- # However, in case of collaboration, if having platform-specific dependencies or dependencies
155- # having no cross-platform support, pipenv may install dependencies that don't work, or not
156- # install all needed dependencies.
157- # Pipfile.lock
158-
159- # poetry
160- # Similar to Pipfile.lock, it is generally recommended to include poetry.lock in version control.
161- # This is especially recommended for binary packages to ensure reproducibility, and is more
162- # commonly ignored for libraries.
163- # https://python-poetry.org/docs/basic-usage/#commit-your-poetrylock-file-to-version-control
164- # poetry.lock
165-
166111# pdm
167112# Similar to Pipfile.lock, it is generally recommended to include pdm.lock in version control.
168113# pdm.lock
@@ -180,3 +125,12 @@ celerybeat.pid
180125
181126# SageMath parsed files
182127* .sage.py
128+
129+ # building source files
130+ src /bin /freerdp /source
131+ src /bin /freerdp /install
132+ src /bin /freerdp /build
133+
134+ # Exclusions
135+ ! src /bin /freerdp /* /* /lib /
136+ ! src /bin /freerdp /* /* /xfreerdp
0 commit comments